Title: Comment Count Custom CSS
Last modified: July 28, 2019

---

# Comment Count Custom CSS

 *  Resolved [bem1](https://wordpress.org/support/users/bem1/)
 * (@bem1)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/comment-count-custom-css/)
 * Hi,
 * I want to remove the comment counts from the thumbnails on the homepage.
 * So I’ve tried customizing the CSS but nothing happens. I’ve tried two sets of
   code, but neither work.
 * I went to CUSTOMIZE > ADDITIONAL CSS
 * I tried this first:
 * .below-entry-meta .byline, .below-entry-meta .comments {
    display: none; }
 * and then I tried this
 * .comment-meta {
    display: none; }
 * But neither worked.
 * Any help with this would be great.
 * Thanks in advance
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcomment-count-custom-css%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Nitu – ThemeGrill Support](https://wordpress.org/support/users/nitushrestha10/)
 * (@nitushrestha10)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/comment-count-custom-css/#post-11776430)
 * [@bem1](https://wordpress.org/support/users/bem1/)
 * Can you add the below CSS code to Additional CSS box and check?
 *     ```
       .elementor .tg-module-wrapper .tg-module-meta .tg-module-comments {
         display: none;
       }
       ```
   
 * Thanks.
 *  Thread Starter [bem1](https://wordpress.org/support/users/bem1/)
 * (@bem1)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/comment-count-custom-css/#post-11776461)
 * That works great. Thanks very much.
 *  [Nitu – ThemeGrill Support](https://wordpress.org/support/users/nitushrestha10/)
 * (@nitushrestha10)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/comment-count-custom-css/#post-11780056)
 * [@bem1](https://wordpress.org/support/users/bem1/)
 * Do let us know if you have any further query regarding to our theme. If you liked
   the theme and want to help us then you can leave a review.
 * Thanks.

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

The topic ‘Comment Count Custom CSS’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Nitu – ThemeGrill Support](https://wordpress.org/support/users/nitushrestha10/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/comment-count-custom-css/#post-11780056)
 * Status: resolved