Okay
  Public Ticket #903159
Hide 'Author' from single Post page
Closed

Comments

  •  1
    Brian started the conversation

    Hi guys, how can I hide the 'Author' and bar divider '|' from the individual Post page?

  •  8,996
    Tahir replied

    Hey Brian,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .meta-author {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Brian replied

    That did it!  Thanks so much.