Custom CSS to Remove Blogpost Dates in "Classic Recent Posts" Element

I’ve tried using the following suggested code to accomplish this, but it is not working:

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

I’m trying to avoid using yet another plug-in on the website just to solve this issue. Any suggestions? The appearance of these dates on the site only seem to confuse the client and their users so removing them is my only real option.

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