Remove date, author and number of comments

Hello there :slight_smile:

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 :frowning:

See my site here: http://www.ITguiderne.dk

Kind regards Jonas :slight_smile:

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. :slight_smile:

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 :slight_smile:

If you’re happy with them not being rendered for design reasons, good enough :slight_smile:
But be aware they’ll still be in view-source.