Title: Remove Comments Date
Last modified: October 2, 2016

---

# Remove Comments Date

 *  Resolved [jisterain](https://wordpress.org/support/users/jisterain/)
 * (@jisterain)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/remove-comments-date/)
 * Hi,
 * I can’t seem to remove the comments date/timestamp.
 * I’ve tried this CSS:
 *     ```
       .comment-metadata {
       display: none;
       }
       ```
   
 * That unfortunately seems to cut off half of the comment content, though, so I
   think I need to add something to it but I can’t work out what exactly.
 * Thanks.

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

 *  [awanrmb](https://wordpress.org/support/users/awanrmb/)
 * (@awanrmb)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/remove-comments-date/#post-8243183)
 * Hi,
 * Please try these CSS code below:
 *     ```
       .comment-metadata time {
           display: none;
       }
       ```
   
 *  Thread Starter [jisterain](https://wordpress.org/support/users/jisterain/)
 * (@jisterain)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/remove-comments-date/#post-8245099)
 * Perfect. Thank you!

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

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

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

 * 2 replies
 * 2 participants
 * Last reply from: [jisterain](https://wordpress.org/support/users/jisterain/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/remove-comments-date/#post-8245099)
 * Status: resolved