remove date from Sparkling Popular Posts Widget

I’ve removed the date from blog posts successfully, but i can’t remove the date from the popular posts widget. Any help is greatly appreciated. Thank you!

Hi @webfreaker,

Thank you for your question.

You can remove it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

.sparkling-popular-posts .post-content .date {
    display: none;
}

Best Regards,
Movin

Thank you. This worked well.

Hi, there

Nice, to hear your problem is fixed:) Now I will now close the topic and mark it as resolved. Feel free to contact us again Thanks!