How to remove meta on recent posts?

I wanna hide especially the data below the recent posts:


Can you plase advise me how to hide them?
Thanks!

Hi There,

Please add this custom CSS under Theme Options > CSS:

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

Hope it helps :slight_smile:

Works! Thanks! :blush:

Glad to know!

Thanks!

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