Hello, I saved all my photos in transparent background. But when I upload it and try to use it, the background is still black. It’s transparent on the home page, but when you click on the product you can see the black background instead of transparent.
Thank you in advance for helping!
website : Informaldisplays.com
password : help
Hello @informaldisplay
I would like to give you a solution to support you:
- Go to Online Store-> Theme-> Edit code
- Open your theme.liquid theme file
- Paste the below code before :
.product__media.media.media--transparent.gradient.global-media-settings {
background-color: transparent !important;
}
Hello! This didn’t work for me for some reason. My product background stays white even the file is png and I put the code in the theme.liquid