Remove nr of comments indications on blog sidebar

edited March 2017 in Blog
Hi,

I want to remove the indication that appears on the sidebar of the number of comments that a post has.

Here is the image: http://prnt.sc/ej365i

I've tried this CSS code and it didn't worked:

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

AND

.post-footer .post-links .icon-comment-empty-fa { display: none; }
.post-footer .post-links .post-comments { display: none; }


Thanks

Comments

Sign In or Register to comment.