How to remove number of comments (sidebar and footer) (Press Demo)
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.