Title: Hide dates
Last modified: August 13, 2018

---

# Hide dates

 *  Resolved [dageci](https://wordpress.org/support/users/dageci/)
 * (@dageci)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/hide-dates/)
 * Hello guys,
    thank you for this outstanding plugin. Can you help me with one 
   challenge? I would like to hide the date from the article using css. What would
   be the css code to hide this lines:
 *     ```
       <meta itemprop="datePublished" content="2017-08-25T09:08:14+00:00">
       <time itemprop="dateModified" datetime="2017-09-23T11:05:22+00:00">Updated on September 23, 2017</time>
       ```
   
 * Thanks,
    Davor
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhide-dates%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tareq Hasan](https://wordpress.org/support/users/tareq1988/)
 * (@tareq1988)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/hide-dates/#post-10584612)
 * Use this CSS code:
 *     ```
       time[itemprop="dateModified"] {
           display: none;
       }
       ```
   
 *  Thread Starter [dageci](https://wordpress.org/support/users/dageci/)
 * (@dageci)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/hide-dates/#post-10584798)
 * Thanks, Tareq for your answer.
    I’m doing obviously something wrong. I have inserted
   this code in the Custom CSS, Purged the cache, cleared my history. I have also
   tried on another computer to take a look, but it still shows the date. Here is
   the screenshot of the custom css:
 *     ```
       time[itemprop="dateModified"] {
           display: none;
       }
       ```
   
 * Do I need to maybe put a dot in front of the line?
    Thanks, Davor
 *  [Mehedi Hasan](https://wordpress.org/support/users/thebengalboy/)
 * (@thebengalboy)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/hide-dates/#post-10584842)
 * Hello [@dageci](https://wordpress.org/support/users/dageci/)
 * Try this:
 *     ```
       .wedocs-entry-footer time {
           display: none;
       }
       ```
   
    -  This reply was modified 7 years, 9 months ago by [Mehedi Hasan](https://wordpress.org/support/users/thebengalboy/).

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

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

 * ![](https://ps.w.org/wedocs/assets/icon-256x256.png?rev=2281297)
 * [weDocs: AI Powered Knowledge Base, Docs, Documentation, Wiki & AI Chatbot](https://wordpress.org/plugins/wedocs/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wedocs/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wedocs/)
 * [Active Topics](https://wordpress.org/support/plugin/wedocs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wedocs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wedocs/reviews/)

## Tags

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

 * 3 replies
 * 3 participants
 * Last reply from: [Mehedi Hasan](https://wordpress.org/support/users/thebengalboy/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/hide-dates/#post-10584842)
 * Status: resolved