We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How can I alter the text color in a button?

How can I alter the text color in a button?

Rupert22
Excursionist
62 0 6

Hi, how to change color of this text in button?

 

Web: https://nexaco.co/

 

text.png

RuppJou
Replies 2 (2)

PageFly-Oliver
Shopify Partner
878 190 191

Hi @Rupert22 ,

 

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

 

<style>
.hero__link a{
color: your color !important
}
</style>

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Rupert22
Excursionist
62 0 6

Not working

Rupert22_0-1711784676368.png

 

RuppJou