Title: Remove Date from Comments
Last modified: August 30, 2016

---

# Remove Date from Comments

 *  Resolved [fahren](https://wordpress.org/support/users/fahren/)
 * (@fahren)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/remove-date-from-comments-1/)
 * Is there a way to remove the date from comments (pro version)?

Viewing 1 replies (of 1 total)

 *  [Lee Mosler](https://wordpress.org/support/users/nlmosler/)
 * (@nlmosler)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/remove-date-from-comments-1/#post-6838333)
 * Hi Fahren,
 * You can accomplish this with a little CSS if you can’t find it in the theme settings.
 *     ```
       .comment-date {
         display: none;
       }
       ```
   
 * The date will disappear and you will have only the reply remaining.
 * Hope this helps!

Viewing 1 replies (of 1 total)

The topic ‘Remove Date from Comments’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Lee Mosler](https://wordpress.org/support/users/nlmosler/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/remove-date-from-comments-1/#post-6838333)
 * Status: resolved