Home Forums WoodMart support forum Clicking on the photo, the background is black Reply To: Clicking on the photo, the background is black

#448468

Hello,

Thank you very much for choosing our theme and for contacting us.

The code is correct, if you want to make it absolutely transparent, you need to set zero for opacity:

body .pswp__bg {
    opacity: 0!important;
    background: black!important;
}

If you have any questions please feel free to contact us.

Best Regards