Okay
  Public Ticket #637760
removing author from blog posts and hompage
Closed

Comments

  • Adam started the conversation

    Hey Guys,

    how do I remove the title from ALL blog posts going forward? Can they also be removed from the blog section option on the homepage (pei.com) - I've added a picture of that? **All blogs within my company are posted almost exclusively by me but we have 15 bloggers. If there was an easy way to show their name instead of mine because I post them that would be a preferable workaround.**

    Also, where do I put the CSS code I'm guessing that does this.

    Thanks!

    Adam

  •  8,992
    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 {
        display: none !important;
    }

    Best.



    ThemeNectar Support Team 

  • Adam replied

    worked perfectly! thanks!