Slideshow Subheader is light grey - changing it to white css

Hello i’m looking to use css on a section which is a slideshow, to change the subheader to white, since the palette chosen has white but the theme is making it look light grey and not readable. Thanks for the help :heart: Theme Crave.

1 Like

Hi @Allovercouture

Would you mind to share your store URL? Thanks!

Hi @Allovercouture

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.banner__text span {

color: white !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

1 Like

Worked great i just ad to remove the word span! and i used it only in that section css. Thanks a lot!!