In Theme options / Blog Layout / Blog meta elements the “blog post date” is not selected, yet the date still populates on posts showing in the Blog Posts page widget. Is there a way to remove the date from Blog posts?
FYI: I saw this on CSS snippet on a support post and it didn’t work:
span.news-time {
display:none;
}
Hey Snerp,
Did you try adding the !important declaration:
span.news-time {
display:none!important;
}
Best regards,
Jordan Shannon
Yes, I tried that and still no luck.
Hi,
Try the following instead:
time.slide-meta-time.updated{
display:none!important;
}
Best regards,
Jordan Shannon
Yup that worked, thanks!
Hi,
No problem I’m happy to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon