Title: Remove Date Bar
Last modified: October 10, 2016

---

# Remove Date Bar

 *  Resolved [alliphd](https://wordpress.org/support/users/alliphd/)
 * (@alliphd)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/remove-date-bar/)
 * Is there a way to remove a date bar from the post listings and posts completely?
   I can get rid of the text using CSS or a child theme, as suggested in previous
   posts, but part of the blue bar shows up no matter what. I’m using Chrome.

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

 *  [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * (@siobhyb)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/remove-date-bar/#post-8271558)
 * Hi [@alliphd](https://wordpress.org/support/users/alliphd/),
 * I tested on [the theme’s demo site](https://apostrophedemo.wordpress.com/) and
   was able to completely hide the date with the following snippet:
 *     ```
       .entry-meta, .blog article .entry-meta {
           display: none;
       }
       ```
   
 * If the above snippet doesn’t work for you, could you please share a link to your
   site? I will then be able to see where the blue bar is still showing and also
   inspect your site’s custom CSS.
 * Thanks!
 *  Thread Starter [alliphd](https://wordpress.org/support/users/alliphd/)
 * (@alliphd)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/remove-date-bar/#post-8271572)
 * Perfect, thank you!
 *  [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * (@siobhyb)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/remove-date-bar/#post-8271604)
 * You’re most welcome!

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

The topic ‘Remove Date Bar’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/remove-date-bar/#post-8271604)
 * Status: resolved