Title: Remove Date From Posts &#8211; Formation Theme
Last modified: August 30, 2016

---

# Remove Date From Posts – Formation Theme

 *  [VL Digital Concepts](https://wordpress.org/support/users/vlweb3d/)
 * (@vlweb3d)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/remove-date-from-posts-formation-theme/)
 * Good day,
 * For the Formation Theme, does anyone know how to remove the date from posts. 
   All other info could stay – I would just like to have the date removed.
 * My site is here:
    [http://www.adsptcweb.com/](http://www.adsptcweb.com/)
 * Thanks 🙂

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/remove-date-from-posts-formation-theme/#post-6578913)
 * Hey there vlweb3d,
 * Hope you’re well today 🙂
 * You should be able to remove this with some custom CSS. Please try adding the
   following CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or if your theme doesn’t have custom CSS tab add it in your site using the following
   plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       .single-post time.entry-date {
           display: none;
       }
       ```
   
 * This should remove date only from single post pages.
 * Hope this helps 🙂
 * Cheers,
    Bojan
 *  Thread Starter [VL Digital Concepts](https://wordpress.org/support/users/vlweb3d/)
 * (@vlweb3d)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/remove-date-from-posts-formation-theme/#post-6578948)
 * Sorry Bojan.
 * I tried both methods.
 * Nothing worked – the date is still there.
 *  Thread Starter [VL Digital Concepts](https://wordpress.org/support/users/vlweb3d/)
 * (@vlweb3d)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/remove-date-from-posts-formation-theme/#post-6578949)
 * Here’s an update:
 * I did some more searching and I found a class simply called:
 * > .entry-date {
 * I added the property:
 * > display: none !important;
 * This method worked.
 * I did this directly in the theme’s stylesheet.
 * Thanks for giving me the initial idea.
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/remove-date-from-posts-formation-theme/#post-6578982)
 * It was most likely just an issue with specificity, glad to hear you managed to
   figure that one out 🙂
 * Cheers,
    Bojan

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

The topic ‘Remove Date From Posts – Formation Theme’ is closed to new replies.

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/remove-date-from-posts-formation-theme/#post-6578982)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
