Title: Remove comment counters
Last modified: January 17, 2017

---

# Remove comment counters

 *  Resolved [jamiek47](https://wordpress.org/support/users/jamiek47/)
 * (@jamiek47)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/remove-comment-counters/)
 * Hi,
 * How can I remove the comment count numbers that are showing on the post pages
   and homepage?
 * Thanks

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [Michael](https://wordpress.org/support/users/mh-themes/)
 * (@mh-themes)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/remove-comment-counters/#post-8667791)
 * Hi Jamie,
 * thanks for using MH Purity _lite_.
 * You could hide the comment count with a line of CSS:
 * `.meta-comments { display: none; }`
 *  Thread Starter [jamiek47](https://wordpress.org/support/users/jamiek47/)
 * (@jamiek47)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/remove-comment-counters/#post-8668282)
 * Thanks, that works great!
 *  [mukopu3a](https://wordpress.org/support/users/mukopu3a/)
 * (@mukopu3a)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/remove-comment-counters/#post-9037454)
 * Didn’t work for me (i was trying to put it to additional css section… any suggetions?
 *  [mukopu3a](https://wordpress.org/support/users/mukopu3a/)
 * (@mukopu3a)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/remove-comment-counters/#post-9037455)
 * Didn’t work for me (i was trying to put it to additional css section… any suggestions?
    -  This reply was modified 9 years, 1 month ago by [mukopu3a](https://wordpress.org/support/users/mukopu3a/).
 *  [Michael](https://wordpress.org/support/users/mh-themes/)
 * (@mh-themes)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/remove-comment-counters/#post-9037474)
 * [@mukopu3a](https://wordpress.org/support/users/mukopu3a/): Have a look at your
   single posts, you’ll notice that it actually worked fine. If you want to hide
   the comment count on archives as well, you could add:
 * `.loop-comments { display: none; }`
 *  [mukopu3a](https://wordpress.org/support/users/mukopu3a/)
 * (@mukopu3a)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/remove-comment-counters/#post-9037494)
 * thank you!! and how about the homepage?
 *  [Michael](https://wordpress.org/support/users/mh-themes/)
 * (@mh-themes)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/remove-comment-counters/#post-9037521)
 * The _homepage_ on your site (the URL which you’ve linked in your profile here)
   actually is an archive, so it’s already covered by above mentioned code.
 * In general, if you want to apply CSS modifications, you can always [use your browsers inspection tool](https://www.mhthemes.com/support/browser-developer-tools-to-inspect-code-wordpress-websites/)
   to inspect the elements on your site and then use that information to add your
   own code modifications.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Remove comment counters’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/mh-purity-lite/1.4.4/screenshot.
   png)
 * MH Purity lite
 * [Support Threads](https://wordpress.org/support/theme/mh-purity-lite/)
 * [Active Topics](https://wordpress.org/support/theme/mh-purity-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/mh-purity-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/mh-purity-lite/reviews/)

## Tags

 * [comment](https://wordpress.org/support/topic-tag/comment/)
 * [counts](https://wordpress.org/support/topic-tag/counts/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)

 * 8 replies
 * 3 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/mh-themes/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/remove-comment-counters/#post-9037521)
 * Status: resolved