Forums
Forums / Fixing WordPress / comment number icon
(@cuav)
11 years, 7 months ago
Hi
my site is http://www.cuckooavenue.com Im trying to get rid of the comment icon in the sidebar. Cant seem to find meta comments anywhere to delete it.
Any help would be great, im running MH lite theme.
Thanks,!
(@hiphopinenglish)
For a CSS only solution you can use a selector like this:
.cp-widget-item .meta-comments { display: none; }
This will target all comment icons in areas with the class .cp-widget-icon.
.cp-widget-icon
ok, so where do I place that in my CSS editor?
Sweet, it worked, thank you! I have many other questions if you got some time to pick your brain?
The topic ‘comment number icon’ is closed to new replies.
(@cuav)
11 years, 7 months ago
Hi
my site is http://www.cuckooavenue.com
Im trying to get rid of the comment icon in the sidebar. Cant seem to find meta comments anywhere to delete it.
Any help would be great, im running MH lite theme.
Thanks,!