Title: remove date
Last modified: August 20, 2016

---

# remove date

 *  Resolved [lavishbride](https://wordpress.org/support/users/lavishbride/)
 * (@lavishbride)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/remove-date-2/)
 * is there a way to remove the date posted from this theme?

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

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/remove-date-2/#post-3256742)
 * No doubt, but specifics would depend on the coding. Posting a link to your site
   would help people help you.
 *  Thread Starter [lavishbride](https://wordpress.org/support/users/lavishbride/)
 * (@lavishbride)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/remove-date-2/#post-3256743)
 * [lavishbride.com/blog](http://www.lavishbride.com/blog)
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 3 months ago](https://wordpress.org/support/topic/remove-date-2/#post-3256744)
 * Does that theme come with a Custom CSS/Styles plugin? Or are you using a Child
   Theme?
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/remove-date-2/#post-3256746)
 * Okay, you can do that in the CSS code — hiding that line of text. But before 
   making any changes, you’ll need to use a custom CSS plug-in or a child theme 
   so that your changes won’t be lost when the theme is updated.
 * [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 * Then once that’s set up, put this in the new style.css file:
 *     ```
       #entry_content .date {
            display: none;
       }
       ```
   
 *  Thread Starter [lavishbride](https://wordpress.org/support/users/lavishbride/)
 * (@lavishbride)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/remove-date-2/#post-3256747)
 * Thanks!

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

The topic ‘remove date’ is closed to new replies.

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

 * 5 replies
 * 3 participants
 * Last reply from: [lavishbride](https://wordpress.org/support/users/lavishbride/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/remove-date-2/#post-3256747)
 * Status: resolved