Blog/News – how to remove white rectangle from featured image?

Hi,
Shapely has this white background behind the News/Blog text, appearing on every featured image (please see the image attached). How to remove that rectangle, together with the News text? I don’t want it to appear on every post.
Thanks for helping!

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the category tab by going to Appearance > Customize > Additional CSS and pasting it there.


span.shapely-category {
    display: none;
}

Best Regards,
Support