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
Results:
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.