Title: &quot;No Comments&quot;
Last modified: August 30, 2016

---

# "No Comments"

 *  Resolved [leslie_j_r](https://wordpress.org/support/users/leslie_j_r/)
 * (@leslie_j_r)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/no-comments-15/)
 * Is there a custom CSS code I can use to remove the text ‘No Comments’ when there
   are no comments on a blog post?

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

 *  Theme Author [inkthemescom](https://wordpress.org/support/users/inkthemescom/)
 * (@inkthemescom)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/no-comments-15/#post-6532996)
 * Hello,
 * You can easily remove that text, you just have to paste the code given below 
   in Custom CSS section **(Appearance -> Theme Options -> Styling Options -> Custom
   CSS)** of your dashboard.
 *     ```
       li.postc_comment {
           display: none !important;
       }
       ```
   
 * Hope it will resolve your issue
 * Thanks!
 *  Thread Starter [leslie_j_r](https://wordpress.org/support/users/leslie_j_r/)
 * (@leslie_j_r)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/no-comments-15/#post-6533058)
 * Thank you!

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

The topic ‘"No Comments"’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [leslie_j_r](https://wordpress.org/support/users/leslie_j_r/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/no-comments-15/#post-6533058)
 * Status: resolved