• Resolved jotaep

    (@jotaep)


    When click on my products image goes fullscreen with a black background, how can i change that backgrounds color?
    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Fernando a11n

    (@fhaps)

    Automattic Happiness Engineer

    Hi @jotaep,

    That is what we call the Lightbox. There is not an option to change that color just from the settings of WooCommerce or WordPRess, but you can change the color using CSS code.

    I’m not CSS expert, but I believe that this code should do the trick:

    .pswp__bg {background:#ffffff}

    You can insert this in Appearance > Customize > Additional CSS. #ffffff is the color code for white. So, you’ll want to pick a color, and then enter its corresponding code. This website might be useful for that.

    Hopefully that helps!

Viewing 1 replies (of 1 total)

The topic ‘Product Image background’ is closed to new replies.