Title: Hide or Remove date
Last modified: July 21, 2023

---

# Hide or Remove date

 *  Resolved [ctmorris](https://wordpress.org/support/users/ctmorris/)
 * (@ctmorris)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/hide-or-remove-date/)
 * Is there a way to hide the dates on recent posts? I have dates hidden on blog
   posts for the website in general but I can’t figure out how to hide them in the
   author box. I want the recent posts to show without the publish date. Is there
   a way I can do that? Or CSS I can add to the theme that would stop that from 
   showing?

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Calin Vingan](https://wordpress.org/support/users/calinvingan/)
 * (@calinvingan)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/hide-or-remove-date/#post-17032600)
 * Yes, try this Custom CSS
 *     ```wp-block-code
       .abh_posts_tab .abh_description span{
           display: none;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Hide or Remove date’ is closed to new replies.

 * ![](https://ps.w.org/starbox/assets/icon-256x256.png?rev=1974206)
 * [Starbox - the Author Box for Humans](https://wordpress.org/plugins/starbox/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/starbox/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/starbox/)
 * [Active Topics](https://wordpress.org/support/plugin/starbox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/starbox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/starbox/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Calin Vingan](https://wordpress.org/support/users/calinvingan/)
 * Last activity: [2 years, 9 months ago](https://wordpress.org/support/topic/hide-or-remove-date/#post-17032600)
 * Status: resolved