Home Forums WoodMart support forum How to change background color of enlarged image on woocommerce

How to change background color of enlarged image on woocommerce

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #330693

    arredopulente
    Participant

    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…

    #330788

    Hello,

    Can you please share the screenshot of your issue, where do you want to change the color?

    Best Regards.

    #330791

    arredopulente
    Participant

    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.
    #330988

    Hello,

    Please replace your previous Custom CSS with the following then check back.

    .pswp__bg {
        background: white !important;
    }

    Best Regards

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