Change the Slide Link Text Color on Page Slideshow

I am using impulse theme. Link button text shows as black against #FE9570 hex color button. Want to change the text color to white. The fact that such a simple change should require “expert” knowledge is a bit perplexing. Can anyone assist?

Hi @ach welcome to the Shopify Community,

Can you please the store url? so that i can look into it.

Thanks

Sure. It’s
http://1pt-one-part.myshopify.com

Hi @ach

please put below css code into your theme.css file OR in the theme customizer

.btn--secondary.btn--small {
    background-color: #FE9570 !important;
    border-color: #FE9570 !important;
    color: #ffffff !important;
}

Customizer

![2024-02-02 10_21_57-.png|1340x607](upload://cnM7NVNVR9qnN9kSsvaag0J7Vep.png)

Results:

![2024-02-14 15_58_30-One Part Co _ Making Cocktails & Mocktails Easy.png|1252x469](upload://pANuIMWEOjMyvJ7V0utqrTjhWcE.png)

Thanks

No change.

where you put the css code.. also the results i showed is that you need? put the css into your theme files.

I see the issue. You provided a correction for a button in Image with Column on the homepage, when I am looking for, as it says in my original post, changing the button color for the Slide Link Text Color On PAGE Slideshow. Here is a screenshot for additional reference: