How to hide comments counter everywhere

Hi
I want to hide comments counter on my website.
For example I want to hide it:
- under photo in posts listing
- in newest articles in footer
- in category list
How to do it?

My website: https://mlodytata.pl/
Images: https://mlodytata.pl/wp-content/uploads/2017/12/Screen-Shot-12-13-17-at-12.06-PM-002.png
https://mlodytata.pl/wp-content/uploads/2017/12/Screen-Shot-12-13-17-at-12.06-PM-001.png
https://mlodytata.pl/wp-content/uploads/2017/12/Screen-Shot-12-13-17-at-12.06-PM.png

I've tried this, but it didn't work:
.post-footer .post-links .icon-comment-empty-fa, .post-footer .post-links .post-comments { display: none !important; }
.photo .post-desc .post-head .post-footer .post-links { display: none !important; }
.post-head { display: none !important; }
.Latest_news ul li .desc_footer i.icon-comment-empty-fa, .Latest_news ul li .desc_footer a.post-comments { display: none !important; }
.post-footer .post-links i.icon-comment-empty-fa, .post-footer .post-links a.post-comments { display: none !important; }

Thanks!

Comments

Sign In or Register to comment.