Shortcode: Recent_Posts - Can i remove the date from the listings?

Hello, I am using the shortcode for Recent Posts and would like to remove the date from the results. -Thank you

Hi Matthew,

Thanks for reaching out.

It’s not possible to remove it, but it can be hidden. Please add this CSS to Theme Options > CSS

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

Hope this helps.

Perfect, Thank you Rad.

You’re welcome!
We’re glad @Rad were able to help you out.

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