Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #308421
    Petr Suran
    Participant

    Hello,

    I need to hide all blog posts’ metedata. I´ve tried all your recommendations on the forum (css), but no results.

    Any advice?

    Thank you in advance.

    BR Petr

     

     

     

    #308425
    Sakin
    Keymaster

    Hello BR Petr,

    You can add the following CSS in “Appearance => Customize => Additional CSS” box:

    /* Hide Header Entry Meta */
    .entry-header .entry-meta {display: none; }
    /* Hide Footer Entry Meta */
    .entry-footer .entry-meta {display: none; }

    Regards,
    Sakin

     

     

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Unable to hide meta with post’ is closed to new replies.