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!