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.
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.
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!
Awesome! thank you that worked perfectly