Hi there,
I have the following css code that used to hide the dates on my posts:
.x-post-slider-entry .featured-meta,
.x-recent-posts .x-recent-posts-date {
display: none !important;
}
however this is no longer hiding the dates and was wondering if you could help me figure it out.
Thank you!