• brodward

    (@brodward)


    Hello
    Could you tell me how I change the background color when the image of a product is shown in full screen
    Thank you

Viewing 1 replies (of 1 total)
  • Theme Author YITHEMES

    (@yithemes)

    Hi there,
    the background color is retrieved from the theme main color shade.
    If you don’t want to change this setting you can add a small CSS snippet to your Additional CSS like this

    body .pswp__bg {
        background:#000000;
    }

    Please change the color code according to your wishes

Viewing 1 replies (of 1 total)
  • The topic ‘How to change background color of images’ is closed to new replies.