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?
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?
Of course
Please try this code
Go to Online Store->Theme->Edit code
Asset->/theme.scss.liquid–>paste below code at the bottom of the file.
.Slideshow__ImageContainer {
height: 100%;
background-image: unset !important;
background: #0dab91;
}
Thanks!
Thanks a lot! works perfectly!
If helpful then please Like Solution