Change the Slide Link Text Color on Page Slideshow

Topic summary

A user working with the Impulse theme needs to change link button text color from black to white on a Page Slideshow component. The button background is #FE9570 (coral/orange), making black text difficult to read.

Initial Miscommunication:

  • A CSS solution was provided targeting .btn--secondary.btn--small for homepage Image with Column buttons
  • This code successfully changed those buttons but didn’t affect the Page Slideshow buttons

Current Status:

  • The issue remains unresolved for the actual Page Slideshow component
  • User clarified they need the fix specifically for slide link text color on the Page Slideshow, not homepage buttons
  • Screenshots were shared showing the problematic slideshow buttons

Next Steps:

  • Awaiting a corrected CSS solution that targets the Page Slideshow button elements specifically
  • The helper needs to provide CSS code targeting the correct slideshow button classes
Summarized with AI on November 12. AI used: claude-sonnet-4-5-20250929.

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: