How can I change the font color on my image slider?

i want to change the font colour of the image silder, there isnt a setting in the colours option, pulling my hair out here!

https://ecoholders.com/?key=99732595800f5fb0f2ea462f09c727737f1654cf37561077753b759247dc74fb

1 Like

@ecoholder

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

#Slideshow-slideshow .slideshow__heading, #Slideshow-slideshow .slideshow__button-label {
    color: red !important;
}

The above code I have given red color. You can replace it with your color code.

Hope this helps.

Thanks!

this didnt seem to work, not sure why

forgot the #

1 Like