Remove Metadata From Blog Post

This topic has 2 replies, 1 voice, and was last updated 6 years, 3 months ago by Desmond.

Viewing 1 reply thread
  • Author
    Posts
    • #537


      Desmond
      Guest

      Hi there, how do I remove/hide metadata (author, date and time, comment, category) from all blog posts?

    • #538


      Yogendra
      Guest

      Hello Desmond,

      you need the following CSS to do that

      .blog-wrap .meta {
      display: none;
      }

      .blog-post .meta{
      display: none;
      }

      Paste this CSS in Appearance -> Customize -> Additional CSS

      Regards

      • #539


        Desmond
        Guest

        Perfect! Thank you so much Yogendra.

Viewing 1 reply thread

Reply To: Remove Metadata From Blog Post

Your information:




Cancel