Remove nr of comments indications on blog sidebar
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
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
The website is under construction right now in a provisory URL in http://www.lalkafashionkids.ovh
Thanks