How do I remove the comment display on top of the individual blog posts?

Hello,

I would like to remove the “comment count display” on top of the blog posts. I didn’t see a turn off function in the Theme Customizer. I took a screenshot to share with you exactly what I’m talking about. http://mapwebdesigns.com/wp-content/uploads/2015/11/Comment-display.png

I appreciate your assistance.

Hey Anthony,

Just took a look at the screenshot provided. Since you’re using the BB theme, you can just copy and paste the code I have below under Appearance > Customize > Code > CSS Code, and it should hide it! Let us know how it goes!

.fl-post-meta .fl-comments-popup-link {
display:none;
}

Thanks!

KC

Hey KC!
Thanks for the quick reply! The CSS Code worked like a charm. Beaver Builder rocks and the support is even better. I’m now a SUPER FAN!

Anthony

Hey Anthony,

Glad that worked for you, enjoy BB and let us know if you need anything further! :slight_smile:

Thanks!

KC