Title: Remove date and comment icon
Last modified: November 25, 2019

---

# Remove date and comment icon

 *  Resolved [dawn19](https://wordpress.org/support/users/dawn19/)
 * (@dawn19)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/remove-date-and-comment-icon/)
 * HI!
 * The dates and comment icons are showing under each post thumbnail. We want to
   have dates removed throughout the site as well as comment icons.
 * I can’t find a setting or instructions to remove them. Is there a way to do this?
 * Thank you!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-date-and-comment-icon%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [themevision](https://wordpress.org/support/users/themevision/)
 * (@themevision)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/remove-date-and-comment-icon/#post-12175735)
 * Hello [@dawn19](https://wordpress.org/support/users/dawn19/)!
 * Insert the following code into Customizing->General->Additional CSS:
 *     ```
       .ipost .entry-meta li{
       visibility:hidden!important;
       }
       ```
   
 * Regards
 *  [Jaroslav Svetlik](https://wordpress.org/support/users/jerryscg/)
 * (@jerryscg)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/remove-date-and-comment-icon/#post-12176668)
 * Or there is an even easier way to do it since there is pre-build options for 
   turning off those features.
 * Go to:
    `Appearance -> Customize -> Blog -> Post Meta`
 * And turn OFF all post-meta features or the ones you don’t want to display.
 * Regards

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

The topic ‘Remove date and comment icon’ is closed to new replies.

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

 * 2 replies
 * 3 participants
 * Last reply from: [Jaroslav Svetlik](https://wordpress.org/support/users/jerryscg/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/remove-date-and-comment-icon/#post-12176668)
 * Status: resolved