Okay
  Public Ticket #169166
Remove Blog Post Meta
Closed

Comments

  •  2
    Ed started the conversation

    How can I hide the blog post meta beneath the post name, such as Author Name, date posted, category, etc?

    Screenshot:

    http://www.clipular.com/c/6009961972760576.png?k=EyeTF6t5qhOVKuhF7gCiKozrpws

  •  1,069
    ThemeNectar replied

    Hey Ed, 

    add this into the Custom CSS box located in your Salient Options panel:

     
    .meta-date, .meta-category, .meta-comment-count, .meta-author {
       display: none!important;
    }