Okay
  Public Ticket #781924
remove comment count
Closed

Comments

  • Mark started the conversation

    Hello,

    I'd like to remove the author name and comment count icons at the bottom of each post on my main blog page. I checked other support tickets and tried some of the CSS code snippets, but couldn't get this to work.

    Can you help? Thanks!

  •  8,994
    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) :

    #post-area.masonry.classic_enhanced article.post .post-meta {
        display: none !important;
    }
    

    Bes.t


    ThemeNectar Support Team