Title: Remove comment counter
Last modified: August 17, 2021

---

# Remove comment counter

 *  Resolved [amirdabboussi](https://wordpress.org/support/users/amirdabboussi/)
 * (@amirdabboussi)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/remove-comment-counter/)
 * Hi,
 * I have an issue with removing the comment count just below the title. I want 
   to keep the other post meta like name and date but only remove the comment count
   since I have disabled comments on the website.
 * Anyone who knows how to do this? Thanks in advance
 * Best regards
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-comment-counter%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [cristianbarbu](https://wordpress.org/support/users/cristianbarbu/)
 * (@cristianbarbu)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/remove-comment-counter/#post-14776031)
 * Hello,
 * Please add this extra CSS code in Customizer -> General Settings -> Additional
   CSS :
 *     ```
       i.font-icon-post.fa.fa-comment-o {
           display:none!important;
       }
   
   
       span.post-date {
       padding-right:100px!important;
       margin-right:-2000px!important;
       }
       ```
   
 *  Thread Starter [amirdabboussi](https://wordpress.org/support/users/amirdabboussi/)
 * (@amirdabboussi)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/remove-comment-counter/#post-14776050)
 * Wow, thanks Christian, this made my day!
 *  Thread Starter [amirdabboussi](https://wordpress.org/support/users/amirdabboussi/)
 * (@amirdabboussi)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/remove-comment-counter/#post-14825726)
 * Hi [@cristianbarbu](https://wordpress.org/support/users/cristianbarbu/)
 * A small detail that came up with this is that when browsing with the mobile phone
   and having the screen vertically, the post meta is placed in a very weird position.
 * A picture showing it on my OneDrive: [https://1drv.ms/u/s!AlB7Y7u34KncjrRMXyFRSw0X7xx59A?e=wNPaDS](https://1drv.ms/u/s!AlB7Y7u34KncjrRMXyFRSw0X7xx59A?e=wNPaDS)
 * Many thanks if this could be resolved,
 * Best regards

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

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

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

 * 3 replies
 * 2 participants
 * Last reply from: [amirdabboussi](https://wordpress.org/support/users/amirdabboussi/)
 * Last activity: [4 years, 9 months ago](https://wordpress.org/support/topic/remove-comment-counter/#post-14825726)
 * Status: resolved