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

Make background white when opening product images

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

    Jeriss Cloud Center
    Participant

    When I open the pictures of a product, it gives me the image but with a black background. I want it white. How to do?

    #85172

    Hello,

    Please add this code to the Theme Settings > Custom CSS:

    body .pswp__bg {
    	background-color: #fff;
    }
    
    body .pswp__img--placeholder--blank {
    	background-color: #fff;
    }

    Best Regards

    #85177

    Jeriss Cloud Center
    Participant

    Perfect. Thanks!
    This can be closed.

    #85190

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

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