How to remove number of comments (sidebar and footer) (Press Demo)
How can I remove the indicator showing the number of comments on my posts... I've removed the ability to comment on the posts themselves but the small number (in a coloured box) still appears in the sidebar and footer areas. These numbers are in the Muffin Recent Posts Widget in both locations.
I'll copy the Custom CSS I currently have in place:
.post-footer .post-links .icon-comment-empty-fa { display: none; }
.post-footer .post-links .post-comments { display: none; }
.Latest_news ul li.has-post-thumbnail .desc i.icon-comment-empty-fa, .Latest_news ul li.has-post-thumbnail .desc a.post-comments { display: none !important; }
.post-meta .author-date { display: none; }
I'll copy the Custom CSS I currently have in place:
.post-footer .post-links .icon-comment-empty-fa { display: none; }
.post-footer .post-links .post-comments { display: none; }
.Latest_news ul li.has-post-thumbnail .desc i.icon-comment-empty-fa, .Latest_news ul li.has-post-thumbnail .desc a.post-comments { display: none !important; }
.post-meta .author-date { display: none; }
Comments
Link is development site: http://arabianhorse.interactivink.com.au/
Right Sidebar under "Latest Posts" tab there are three images which have a green square with the number "0"... to indicate 0 comments. I've disabled all comments and would like this number removed if possible.
The same thing happens in the footer ... (same widget)
Hope that gives you enough info.