• Resolved dageci

    (@dageci)


    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 to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tareq Hasan

    (@tareq1988)

    Use this CSS code:

    time[itemprop="dateModified"] {
        display: none;
    }
    Thread Starter dageci

    (@dageci)

    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

    Hello @dageci

    Try this:

    .wedocs-entry-footer time {
        display: none;
    }
    • This reply was modified 6 years, 3 months ago by Mehedi Hasan.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide dates’ is closed to new replies.