How can I remove date from a post's feature image?

Hi,

I’ve removed the author and date from blog posts using a CSS snippet, but the date is appended to the feature image after publishing. How can I remove the date from the feature image? TIA

Sorry for the delay. Please try using this CSS code snippet:

.post__date {display:none!important}

Perfect. Thanks Ihor!

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