Hi,
I’d like the blogposts shown in the blog slider on the homepage not to show date and comment count.
I pasted the following code into the quick CSS with no result:
time.date-container.minor-meta.updated, span.text-sep.text-sep-date, span.comment-container.minor-meta {
display: none;
}
Can you help? The page is http://new.vacationrentalsecrets.com/
Thank you
Hey Antonio!
Please try the following in Quick CSS:
.page-id-2 .slide-meta{
display:none !important;
}
Regards,
Rikard
Works great, Rikard.
Thanks! You can mark this as solved.
Antonio