My product image have transparent backgrounds but when included on a featured collections page, the background turns white. How do I make the background on these images transparent? It is the image in the middle.
Hi @PVSadmin
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the theme.scss.css file:
.featured-card__image {background: transparent !important;}
Regards,
San
