Change Color of Full Screen Product Image
-
Hello Support Team,
can we please change the background color of the Full Screen Product Image? The Black is not good for our store because the product images which we are using are in png and some are not good ct out, so there are white contours or dots (look Link)
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.pswp__bg {
background: white;
}
Best Regards.