Hi,
When I use a transparent PNG image as product image, the single product page displays a white background. I would like this to be transparent, showing my body background.
Can you help me out?
This topic has 3 replies, 2 voices, and was last updated 5 years, 6 months ago ago by Bas Kling
Hi,
When I use a transparent PNG image as product image, the single product page displays a white background. I would like this to be transparent, showing my body background.
Can you help me out?
Hi,
Please use the next custom CSS code:
.single-product .swipers-couple-wrapper .swiper-wrapper img {
background-color: transparent;
}
Regards
Thanks!
The issue related to '‘White background behind PNG product image on single product page’' has been successfully resolved, and the topic is now closed for further responses