How to change background color of enlarged image on woocommerce
-
Hi, already found this topic under #165471…but code doesn’t work for me.
.pswp__bg {
background:gray;
}
I would like to change the background color of the enlarged images from black to white…
Hello,
Can you please share the screenshot of your issue, where do you want to change the color?
Best Regards.
Please see attached: by clicking the enlarged buttom of the product… you will see the product image with black background… here we would like to change the color to white.
Attachments:
You must be
logged in to view attached files.
Hello,
Please replace your previous Custom CSS with the following then check back.
.pswp__bg {
background: white !important;
}
Best Regards