Okay
  Public Ticket #348260
How to remove the "no comments" text on blog posts?
Closed

Comments

  • Heather started the conversation

    I am wanting to remove the text "No comments" from my blog posts.  Is there a way to do this for this theme?

  •  8,425
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    span.meta-comment-count {
        display:  none !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Heather replied

    Beautiful!  Thank you!