• We’d like to remove the author, date, and comment section in the header of our blog over at barattobrothers.com

    How would I go about doing that?

    Thanks!
    Carissa

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there!

    This css snippet should do it:

    .post-meta {
    display: none;
    }

    You can paste this code in your child theme’s style.css or in a custom css plugin such as Simple Custom CSS.

    But I would suggest you ask over at Elegant Themes as this theme is for support of free theme’s hosted on the www.remarpro.com repository.

    I hope that helps!

    Luke the Daft Duke

    Thanks for the code. It worked.

    Is there a way to remove the date box only? I have edited the .entry-date in the css to display: none;

    That did not work. This edit was made to ALL references to .entry-date

    Please help!!!

    Thank you.
    Brenda

    Verplancke Jeroen

    (@jeroenverplancke)

    Problem here is that it removes all post info data… how would you go about only removing parts of it (like remove author and comments but keep date and star rating) ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Divi Theme – Remove author, date, comments’ is closed to new replies.