Slideshow Title Colour in Narrative Theme

Hi, I’m trying to change just the title colour in my Narrative theme homepage slideshow to white (the text along on the bottom that you click to switch slides). It’s currently dark grey, so you can’t see it well over my colourful/dark-ish slideshow photos. In the theme colour settings, it seems to be connected to the general header titles, but my website background is white, so when I try to change it the headers everywhere else on the website disappear.

My website is fabulistcostume.com and the password is pebrea

Thanks in advance!

1 Like

@fabulistcostume

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.slideshow__button-label-text {
    color: #fff !important;
}

Hope this works.

Thanks!

1 Like

Ah, perfect! Thank you

Hi there!

How would you do this for this title on the slide?

Based on the inspect, it’s

?

Thanks so much.

All good, I worked it out!

I subbed in:

.slideshow__heading { color: #fff !important; }