Title: Remove comment bubble from posts
Last modified: August 21, 2016

---

# Remove comment bubble from posts

 *  [Rustwalker](https://wordpress.org/support/users/rustwalker/)
 * (@rustwalker)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/remove-comment-bubble-from-posts/)
 * As you can see at the top right of my home page it shows a small comment bubble:
   
   [http://www.rustwalker.com/](http://www.rustwalker.com/)
 * I have turned off commments in the “quick edit” section of the individual post
   but this speech bubble still remains.
 * How can I remove this speech bubble?

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

 *  [batharoy](https://wordpress.org/support/users/batharoy/)
 * (@batharoy)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/remove-comment-bubble-from-posts/#post-4457211)
 * You can use the CSS attribute _display: none;_ in a **custom.css** or at the 
   bottom of **style.css** to make it disappear.
 *     ```
       .comments-link {
       display: none;
       }
       ```
   
 *  Thread Starter [Rustwalker](https://wordpress.org/support/users/rustwalker/)
 * (@rustwalker)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/remove-comment-bubble-from-posts/#post-4457212)
 * Thank you, worked like a charm!

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

The topic ‘Remove comment bubble from posts’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [Rustwalker](https://wordpress.org/support/users/rustwalker/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/remove-comment-bubble-from-posts/#post-4457212)
 * Status: not resolved