Hello there 
I relally hope you guys can help me out.
I am using the theme Bresponzive Mag Pro from Themepacific, and i have a problem.
I really want to remove: Date, Author and number of comments in every posts and from my homepage.
Anyone who knows how to do that?
I tried to email Themepacific, but no answers 
See my site here: http://www.ITguiderne.dk
Kind regards Jonas 
I have never used this theme and unfamiliar with it. It might have settings that give you the option to not display these things, or alternately you could create a “child theme” and make the edits to it to remove these things from displaying
Or you could hide them with .css. 
Place this in your your theme settings “custom styles” (if it exists) or you could edit the attributes that already exist within the themes style.css.
.time,
.date,
.post-meta-blog
{
display:none !important;
}
Thank you very very much.
I inserted the css code in custom style, and i worked!
Thank you again 
If you’re happy with them not being rendered for design reasons, good enough 
But be aware they’ll still be in view-source.