Home Forums WoodMart support forum Make background white when opening product images

Make background white when opening product images

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #92751

    Jeriss Cloud Center
    Participant

    How to make the background white when you hit a product image?

    #92866

    Hello,

    Please add this code to the Theme settings > Custom CSS > Global

    body .pswp__img--placeholder--blank {
    	background-color: white;
    }

    Best Regards

    #94640

    Jeriss Cloud Center
    Participant

    It’s not working. Please recheck

    Attachments:
    You must be logged in to view attached files.
    #94701

    Hello,

    Please replace the code with this one:

    body .pswp__bg,
    body .pswp__img--placeholder--blank {
    	background-color: white;
    }

    Best Regards

    #94729

    Jeriss Cloud Center
    Participant

    It works fine. Thanks
    Issue closed.

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

The topic ‘Make background white when opening product images’ is closed to new replies.