Title: Remove Post Date
Last modified: August 22, 2016

---

# Remove Post Date

 *  Resolved [structuralpergolas](https://wordpress.org/support/users/structuralpergolas/)
 * (@structuralpergolas)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/remove-post-date-4/)
 * Hello,
 * My site is ([http://centerforallergy.com](http://centerforallergy.com)) and I
   am looking to remove the “Post Date” bubbles that appear above the posts on the
   home page blog.. If you have any insight as to where in the code this issue may
   lie, please comment below to help me out!!
 * Have a great day WebDevs,
 * Justin

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

 *  [Nichlas](https://wordpress.org/support/users/itsnwa/)
 * (@itsnwa)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/remove-post-date-4/#post-5364001)
 * search for div.entry-thumbnail.clearfix in your stylesheet and add display: none;
   to it.
 * or just add this to your css file and it should work:
 *     ```
       div.entry-thumbnail.clearfix {
          display: none;
       }
       ```
   
 *  [Styled Themes](https://wordpress.org/support/users/gejay/)
 * (@gejay)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/remove-post-date-4/#post-5364097)
 * Hi Justin….Actually, to remove the date box (bubble), you would do this:
 *     ```
       .entry-date-box {
       display:none;
       }
       ```
   
 *  [Nichlas](https://wordpress.org/support/users/itsnwa/)
 * (@itsnwa)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/remove-post-date-4/#post-5364104)
 * But doesn’t that leave a empty space above @StyledThemes? You don’t need that
   clearfix if you’re removing the date box?
 *  [Styled Themes](https://wordpress.org/support/users/gejay/)
 * (@gejay)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/remove-post-date-4/#post-5364117)
 * [@nicholas](https://wordpress.org/support/users/nicholas/)….the method I posted
   will remove that date box, but if one doesn’t want the extra space, then an adjustment
   to the .entry-thumbnail bottom margin can be adjusted to be less than 50px. Your
   method removes not only the date, but also the featured image (if one is used).
 *  [Nichlas](https://wordpress.org/support/users/itsnwa/)
 * (@itsnwa)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/remove-post-date-4/#post-5364121)
 * Oh, I understand.. my bad 🙂
 *  [Styled Themes](https://wordpress.org/support/users/gejay/)
 * (@gejay)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/remove-post-date-4/#post-5364124)
 * No worries Nichlas (which I just noticed I spelled your name wrong in the previous
   post…oops.

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/luminescence-lite/2.2.0/screenshot.
   png)
 * Luminescence Lite
 * [Support Threads](https://wordpress.org/support/theme/luminescence-lite/)
 * [Active Topics](https://wordpress.org/support/theme/luminescence-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/luminescence-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/luminescence-lite/reviews/)

## Tags

 * [date](https://wordpress.org/support/topic-tag/date/)
 * [post](https://wordpress.org/support/topic-tag/post/)
 * [post date](https://wordpress.org/support/topic-tag/post-date/)

 * 6 replies
 * 3 participants
 * Last reply from: [Styled Themes](https://wordpress.org/support/users/gejay/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/remove-post-date-4/#post-5364124)
 * Status: resolved