Hide the Date from Homepage's Recent Posts

Hi there! I want to hide the recent’s posts dates from my Homepage recent posts widget area (the date is showing under the picture boxes) . But keep the dates visible in posts. Could you please help with doing that?

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

Yes, here it is http://www.flic.fi/

Thank you!

Hello there,

Thanks for the link. You can use the following CSS code to remove the date by going to Appearance > Customize > Additional CSS and pasting it there.


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

Best Regards,
Support