Title: Remove Comment Bubble
Last modified: August 24, 2016

---

# Remove Comment Bubble

 *  Resolved [MichaelPalazzolo](https://wordpress.org/support/users/michaelpalazzolo/)
 * (@michaelpalazzolo)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-comment-bubble-1/)
 * Hi there,
    Is it possible to remove the Comment bubble that appears next to the
   Category of the Posts on the Home page?
 * Thanks

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

 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-comment-bubble-1/#post-6119070)
 * Hi Michael. In the default theme configuration there is a comment count icon 
   on the top right of the post images on the home page. Can you post a link to 
   your site, or a page on the [theme demo site](http://demo.alxmedia.se/x/?theme=Hueman),
   that shows the comment bubble you’re seeing next to the category? Thanks.
 *  Thread Starter [MichaelPalazzolo](https://wordpress.org/support/users/michaelpalazzolo/)
 * (@michaelpalazzolo)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-comment-bubble-1/#post-6119079)
 * I should have mentioned that I removed the option for there to be a thumbnail
   image displayed for Posts. The comment count icon is what I’m referring to though–
   is there a way to disable that? Basically turn it off?
 * Thanks
 *  [Kosta92](https://wordpress.org/support/users/kosta92/)
 * (@kosta92)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-comment-bubble-1/#post-6119093)
 * If you want to hide [these](http://demo.alxmedia.se/hueman/) green comment counts
   on thumbnails, there are two ways of doing it.
    The first way is to turn off 
   _Thumbnail Comment Count_ under _WP Admin -> Appearance -> Theme Options -> Blog_,
   but, by doing that, you will also lose [the counts](http://demo.alxmedia.se/hueman/2013/10/take-a-deep-breath-and-just-be/)
   on top of the posts. If you want to preserve those counts in the posts, you can
   use this CSS code in your _custom.css_ or in the _style.css_ of your Hueman Child
   theme:
 * **.post-comments { display: none; }**
 * That code will just hide the counts on the thumbnails from showing. It will not
   disable them.
 *  [Kosta92](https://wordpress.org/support/users/kosta92/)
 * (@kosta92)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-comment-bubble-1/#post-6119095)
 * If you want to hide [these](http://demo.alxmedia.se/hueman/) green comment counts
   on thumbnails, there are two ways of doing it.
    The first way is to turn off 
   _Thumbnail Comment Count_ under _WP Admin -> Appearance -> Theme Options -> Blog_,
   but, by doing that, you will also lose [the counts](http://demo.alxmedia.se/hueman/2013/10/take-a-deep-breath-and-just-be/)
   on top of the posts. If you want to preserve those counts in the posts, you can
   use this CSS code in your _custom.css_ or in the _style.css_ of your Hueman Child
   theme:
 * ‘.post-comments { display: none; }’
 * That code will just hide the counts on the thumbnails from showing. It will not
   disable them.
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-comment-bubble-1/#post-6119098)
 * Try adding this to your custom css:
 *     ```
       .home .post-comments {
         display: none;
       }
       ```
   
 *  Thread Starter [MichaelPalazzolo](https://wordpress.org/support/users/michaelpalazzolo/)
 * (@michaelpalazzolo)
 * [11 years ago](https://wordpress.org/support/topic/remove-comment-bubble-1/#post-6119236)
 * I was looking to disable them across the entire site so adding the below to my
   style.css of my child theme worked great. Thank you!
 * .post-comments { display: none; }

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

The topic ‘Remove Comment Bubble’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [MichaelPalazzolo](https://wordpress.org/support/users/michaelpalazzolo/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/remove-comment-bubble-1/#post-6119236)
 * Status: resolved