Title: How to remove post dates
Last modified: July 7, 2018

---

# How to remove post dates

 *  [JohnDiver](https://wordpress.org/support/users/johndiver/)
 * (@johndiver)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/how-to-remove-post-dates/)
 * Hey,
 * I wanted to remove post dates and tried a few plugins but they aren’y working–
   Maybe because of the version.
 * Does anyone know how I can do it please?
 * Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhow-to-remove-post-dates%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [RossMitchell](https://wordpress.org/support/users/rossmitchell/)
 * (@rossmitchell)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/how-to-remove-post-dates/#post-10472091)
 * Using my browser inspector I find that the date has a class of post-time, so 
   this CSS will stop it displaying:
 *     ```
       .post-time {
        display:none;
       }
       ```
   
 * Add this to your sites CSS, most easily in the additional CSS tab of the customizer.
 *  Thread Starter [JohnDiver](https://wordpress.org/support/users/johndiver/)
 * (@johndiver)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/how-to-remove-post-dates/#post-10472258)
 * Hey Ross,
 * Thanks for the reply.
 * I tried it in the additional CSS and also the body but it doesn’t seem to be 
   working.
 * Any idea where else I would place it?
 * Thanks again 🙂
 *  [RossMitchell](https://wordpress.org/support/users/rossmitchell/)
 * (@rossmitchell)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/how-to-remove-post-dates/#post-10472269)
 * If it is in the additional CSS and has no effect, then you need to find out why.
   Like is a stronger style masking this one, or something. This requires you to
   use the “Browser inspector” of your web browser to see what CSS is active in 
   your pages etc.
    Like try:
 *     ```
       span.post-time {
        display:none;
       }
       ```
   
 *  Thread Starter [JohnDiver](https://wordpress.org/support/users/johndiver/)
 * (@johndiver)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/how-to-remove-post-dates/#post-10480102)
 * Hey Ross,
 * Sorry for the late reply.
 * The only thing I can find from the source is this:
 * [code]#post-entry .post-content a, #author-bio a, #post-related a, #commentpost.
   fn a, ol.pinglist a, #post-navigator-single a,#commentpost #rssfeed a, #commentpost.
   comment_text a, #commentpost p a, .post-time-feat a {
    color: #ed0000; }[/code]
 * It’s a span class but I don’t know where it is in the theme – post-time-feat 
   but removing these are breaking the design.. Tried doing post-time one by one
   but I can’t get the one showing the time on the homepage..
 * Thanks for helping
 *  [RossMitchell](https://wordpress.org/support/users/rossmitchell/)
 * (@rossmitchell)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/how-to-remove-post-dates/#post-10482223)
 * Your browser inspector will answer your questions as to where the css is and 
   so on.
    Also removing CSS is totally how not to do this, you need to add the 
   css needed to modify the themne, not vandalise it by cutting pieces out. If you
   can’t or won’t learn how to use the browser inspector you are in for a very tedious
   time.
 *  Thread Starter [JohnDiver](https://wordpress.org/support/users/johndiver/)
 * (@johndiver)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/how-to-remove-post-dates/#post-10483412)
 * I am trying…
 * If editing the CSS for the theme through the wordpress panel is making a change
   it must be the CSS in use.. and I reverted the CSS code to the original – Adding
   the code to the additional CSS doesn’t do anything. But thanks for trying
 *  [RossMitchell](https://wordpress.org/support/users/rossmitchell/)
 * (@rossmitchell)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/how-to-remove-post-dates/#post-10484494)
 * > I am trying…
 * I assure you that the effort of learning to use the browser inspector will repay
   you untold fold.
 * If the css you are putting into additional CSS is not having any impact you have
   to find out why. When the css daemons do this to me I change the css from “display:
   none;” to something less subtle, such as “background:red;”

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

The topic ‘How to remove post dates’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 2 participants
 * Last reply from: [RossMitchell](https://wordpress.org/support/users/rossmitchell/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/how-to-remove-post-dates/#post-10484494)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
