Title: Hide Post Date
Last modified: July 2, 2021

---

# Hide Post Date

 *  Resolved [jfambrini](https://wordpress.org/support/users/jfambrini/)
 * (@jfambrini)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/hide-post-date-5/)
 * Thanks for creating this beautiful template. I’m having a difficult time hiding
   the post date. I have unclicked Display post date and display post author in 
   Post settings and I have added the following CSS in advanced CSS
    .entry-date
   published { display: none !important; }
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhide-post-date-5%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Theme Author [ThemeZee](https://wordpress.org/support/users/themezee/)
 * (@themezee)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/hide-post-date-5/#post-14693445)
 * Hi there,
 * Thanks so much for using Tortuga.
 * The theme option in the Customizer should just work fine. But you can also use
   this CSS snippet:
 *     ```
       .entry-meta .meta-date {
           display: none;
       }
       ```
   
 * Cheers,
    Thomas

Viewing 1 replies (of 1 total)

The topic ‘Hide Post Date’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/tortuga/2.4.1/screenshot.jpg)
 * Tortuga
 * [Support Threads](https://wordpress.org/support/theme/tortuga/)
 * [Active Topics](https://wordpress.org/support/theme/tortuga/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/tortuga/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/tortuga/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [ThemeZee](https://wordpress.org/support/users/themezee/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/hide-post-date-5/#post-14693445)
 * Status: resolved