Okay
  Public Ticket #475347
Remove meta data from posts, such as author etc..
Closed

Comments

  • Eutimio started the conversation

    I want to remove the author, no comment and just leave the DATE and the CATEGORY

    how do i do this?

    Cheers

  •  8,854
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    span.meta-author,span.meta-comment-count {
        display: none !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Eutimio replied

    Worked like a charm!!! THanks!!!