Remove date from recent post widget

Is it possible to remove the dates from the “most popular posts” widget? I would like to only have a link without the date the article was posted.
http://cdltrainingspot.com/

Thanks

Hi @alis,

I hope you are well today and thank you for your question.

You can remove date 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 span.date {
    display: none;
}

Best Regards,
Movin