Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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?
Solved! Go to the solution
This is an accepted solution.
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!
Please share store URL!
Thanks!
This is an accepted solution.
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!
Thanks a lot! works perfectly!
If helpful then please Like Solution