Possible to change product frame background color on the actual product page?
-
Hey, is it possible for me to add ad gray opacity background on the actual product pages? I already added it to the product grid with
.product-grid-item .product-image-link img{
Background: rgba(0, 0, 0, .03);
}
Example, my transparent background:
http://prntscr.com/pfp5y9
Hello,
Yes you can change the background of the main image in the single product page by using the below css code in Theme Settings >> Custom Css>> Global Custom Css:
.single-product-page .product-image-wrap{
background: gray;
}
Remember that the background color only changes for those images which have transparent background. Mostly for the .png images not for the .jpg images because they contain their own background color.
Best Regards.