Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #503813

    Hi, I am trying to hide the date from displaying on the posts. So far I have tried this:

    .slide-meta-time updated{display:none!important}

    and

    time[class*="date"] {
    display: none;
    }

    None of these have worked so far.

    Any help would be appreciated!

    Thanks!

    • This topic was modified 9 years, 1 month ago by norrisd.
    #503891

    Hi norrisd!

    Please try adding following code to Quick CSS

    time.date-container, .text-sep-date {
        display: none;
    }

    If that too does not help, please post the link to your page and point out the date you would like to remove

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.