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; }


Comments

Sign In or Register to comment.