Home › Forums › WoodMart support forum › How to change background of enlarged photo › Reply To: How to change background of enlarged photo
December 30, 2019 at 6:58 am
#165486
Aizaz Imtiaz Awan
Keymaster
Hello,
If you want to change the background color from black to gray of enlarge product image. You need to use the below CSS code in global custom CSS area under theme settings >> custom CSS:
.pswp__bg {
background:gray;
}
Best Regards.