Hide the post date on blog classic recent posts element

Hi there, I’m using the blog portion of the theme to post newsletter and upcoming charity events. The issue is the post date is displayed in the “classic recent posts” element confusing people as to when the date of the event is (see attached). For example, this event isn’t until March but Ive posted the info now to get the owrd out.

Is it possible to hide the published date on the thumbail preview?

Hello Adrien,

Thanks for asking. :slight_smile:

Please add following CSS under X/Pro > Theme Options > CSS:

.x-recent-posts-date {
    display: none !important;
}

Here are some related links for further reading:

Hope this helps.

You’re awesome, thanks!

You’re welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.