Okay
  Public Ticket #163487
Remove Post Meta info
Closed

Comments

  • drastic started the conversation
    Hi, I'd like to remove the post meta info from the post excerpts on the homepage that says "post by name | category | no comments" should I comment it out manually - what file is it in? or use css? what's the css I can use? prefer css, that way I don't have to code it out again when you have a theme update! thanks so much!
  •  1,069
    ThemeNectar replied

    Hey Drastic One!

    Add this into the custom css box in your Salient options panel:

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

    Cheers :)