Hi,
Would anybody know how to change the background colour on each different slideshow on mobile. When I preview it on Shopify, it’s perfect but when I double-check online, the mobile version only keeps one colour assigned to the second slide on all of them. View screenshot below to understand.
Here is the code used in component-slideshow.css
@media screen and (max-width: 780px) {
#Slide-template–22119597539636__slideshow_cRCGCG-1{
.banner__content{
background-color: #F3EAE0 !important;
}
}
#Slide-template–22119597539636__slideshow_cRCGCG-2{
.banner__content{
background-color: #FEF9ED !important;
}}
#Slide-template–22119597539636__slideshow_cRCGCG-3{
.banner__content{
background-color: #FCD9D9 !important;
}}

