Home Forums WoodMart support forum Product image popup : Has an all black background : How to change this color?

Product image popup : Has an all black background : How to change this color?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #637164

    larsnielsengm
    Participant

    Product image popup : Has an all black background : How to change this color?

    #637351

    Hung Pham
    Participant

    Hi larsnielsengm,

    Thanks for reaching to us.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    div.pswp__bg {
        background: #fff;
        opacity: 0;
    }

    Regards,

Viewing 2 posts - 1 through 2 (of 2 total)