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

    Hi,

    I have already removed date/time using this:

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

    In quick CSS. Is there a code I can use easily (preferably in quick CSS) that will remove date and time in the widget areas too?

    Thanks
    Jane-Ann

    #295390

    Hi geordiemac!

    Please add following code to Quick CSS

    span.news-time {
    display: none!important;
    }

    Best regards,
    Yigit

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