I want to change the colour of the text on the slide show on the theme Studio, however everything i’m reading says I need to change it in theme.scss.liquid file. I 100% do not have this file, I have tried downloading the theme several times and it still isn’t there. Can someone please help.
Also The positioning of the slideshow text is fine on desktop, however no matter where I move the text to (l,r,c) it covers up the slide show image on mobile, Can someone please also help with this.
@media only screen and (max-width: 786px){
.banner__heading.h2 {
font-size: 24px !important;
margin: 0 auto;
}
.banner__text {
margin: 0 auto;
font-size: 20px !important;
}
.banner__buttons {
margin: 0 auto;
}
.banner__buttons a {
font-size: 16px !important;
}
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
This Solution It’s Useful So Please Like And Accept Solution
Like This