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.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.