Title: How To Remove Comment Counts
Last modified: January 7, 2018

---

# How To Remove Comment Counts

 *  [healthymc](https://wordpress.org/support/users/healthymc/)
 * (@healthymc)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/how-to-remove-comment-counts/)
 * How do I remove the comment counts from my blog but leave the date?
 * Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhow-to-remove-comment-counts%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [luisthegeek](https://wordpress.org/support/users/luisthegeek/)
 * (@luisthegeek)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/how-to-remove-comment-counts/#post-9904462)
 * Depends. If you want to remove it from the thumbnails on the home page, then 
   you would go to **CUSTOMIZE > ADDITIONAL CSS** and enter the following:
 *     ```
       .comment-meta {
           display:  none;
       }
       ```
   
 * If you want to remove the comment count from the meta line on single posts, then
   in the same location, enter this:
 *     ```
       .comments {
       	display: none;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘How To Remove Comment Counts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/colormag/4.1.2/screenshot.jpg)
 * ColorMag
 * [Support Threads](https://wordpress.org/support/theme/colormag/)
 * [Active Topics](https://wordpress.org/support/theme/colormag/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/colormag/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/colormag/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [luisthegeek](https://wordpress.org/support/users/luisthegeek/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/how-to-remove-comment-counts/#post-9904462)
 * Status: not resolved