How can I change the slideshow color in Prestige theme to match my announcement bar?

When my website first load, the slideshow looks like this until the picture is loaded.

Can i change that color to match my announcement bar?

@ideal091

Please share store URL!

Thanks!

Of course

https://fruitfaced.com/

@ideal091

Please try this code

  1. Go to Online Store->Theme->Edit code

  2. Asset->/theme.scss.liquid–>paste below code at the bottom of the file.

.Slideshow__ImageContainer {
    height: 100%;
    background-image: unset !important;
    background: #0dab91;
}

Thanks!

1 Like

Thanks a lot! works perfectly!

1 Like

@ideal091

If helpful then please Like Solution