Hey everyone, been having an issue and have tried a few different coding options to make the background of the product picture transparent to no avail. Along with this if anyone knows how to change the color of the text to white on only certain pages that would also be a life savor, thank you!
Ended up figuring out the transparent background for the product picture along with changing the font color as well.
In the website editor head to the product page and choose “Product Information” Custom CSS add the following line of code:
.product-media-container {
background-color: transparent !important;
}
Now it should make your product picture have the transparent background like this (as long as your product picture itself has a transparent background)
Hey there, can i put this code on the custom CSS for the whole website, so it works on every product and category at once? Thank you very much

