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.
kcchai
(KC)
November 4, 2015, 7:29pm
2
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
kcchai
(KC)
November 5, 2015, 6:09pm
4
Hey Anthony,
Glad that worked for you, enjoy BB and let us know if you need anything further!
Thanks!
KC