Make background white when opening product images
-
How to make the background white when you hit a product image?
Hello,
Please add this code to the Theme settings > Custom CSS > Global
body .pswp__img--placeholder--blank {
background-color: white;
}
Best Regards
It’s not working. Please recheck
Attachments:
You must be
logged in to view attached files.
Hello,
Please replace the code with this one:
body .pswp__bg,
body .pswp__img--placeholder--blank {
background-color: white;
}
Best Regards
It works fine. Thanks
Issue closed.
The topic ‘Make background white when opening product images’ is closed to new replies.