How to remove gray background from PNG product image (debut theme)

Hi, I added png images to my products but they appear with a gray translucent background. Do you know how to remove them?

Please check attached image.

@mondaymoose

Please add the following code at the bottom of your assets/theme.css file.

.template-collection .product-card__image-with-placeholder-wrapper{
background-color: transparent !important;
}

Thanks!

1 Like

Awesome! thank you that worked perfectly :slightly_smiling_face: