Hi. Can someone please help to change the colour of my slideshow text on desktop and also the button text on my slideshow. It’s currently in white and I want to change it.
I’ve added some code to change colours on mobile and want to do same on desktop.
website: www.kawa.mx
This is PageFly - Free Landing Page Builder. I would love to provide my recommendations for your store.
Regarding your concern to change the slideshow text banner and button color.
Please help me to follow the steps to add the css code
Step1: Online store > Themes > Edit code > Search : base.css
Step2: Add the code below
.banner__heading.h0 {
color: white;
}
.banner__text {
color: white;
}
.banner__buttons{
color: white;
}
The code above is for heading > body text > button color
You can change the color to match with your need
Hope this helps.
Best regards,
PageFly
Hi @grindlery ,
Go to Assets > base.css and paste this at the bottom of the file:
@media(min-width:768px){
body .slideshow__text-wrapper .banner__heading{color:#F2EFDD;}
body .slideshow__text-wrapper .banner__text{color:#F2EFDD;}
}
You can manually change the color code just like in mobile, it will work fine.