Title: Remove dates
Last modified: August 31, 2016

---

# Remove dates

 *  [marcusc123](https://wordpress.org/support/users/marcusc123/)
 * (@marcusc123)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/remove-dates-5/)
 * Hi,
 * I’m using posts as a list of gigs (dates of events) so when the date published
   is added underneath it can look a bit confusing.
 * Is there a way to stop the publish date showing on the main page?
 * Thanks!

Viewing 1 replies (of 1 total)

 *  [Sarah Blackstock](https://wordpress.org/support/users/sarahblackstock/)
 * (@sarahblackstock)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/remove-dates-5/#post-7273233)
 * Hi there!
 * This CSS may do what you’re looking for:
 *     ```
       .entry-date {
       	display: none;
       }
       ```
   
 * When adding CSS, don’t edit the theme files directly, otherwise your changes 
   will be overwritten every time the theme is updated to the latest version.
 * An easy way to add custom CSS is to install the [Jetpack plugin](http://jetpack.me/)
   and activate the [Custom CSS](http://jetpack.me/support/custom-css/) module. 
   Then you can add your CSS under Appearance > Edit CSS. (Alternatively, you could
   either install a [standalone custom CSS plugin,](http://wordpress.org/plugins/search.php?q=custom+css)
   or create a [child theme.](http://codex.wordpress.org/Child_Themes))
 * Or if that’s not what you meant, reply with a link to your site and an example
   of what you’re looking to do, and I’ll take a look! 🙂

Viewing 1 replies (of 1 total)

The topic ‘Remove dates’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Sarah Blackstock](https://wordpress.org/support/users/sarahblackstock/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/remove-dates-5/#post-7273233)
 * Status: not resolved