How can I change the text color to white on my website's buttons only?

How can I change te color of text to ‘buttons only’ not the overall but buttons only

i want them to be in white because the color of my buttons are black and the main color of text of my website is black as well. So i want the text in the buttons to be white, ONLY BUTTONS.

store url. maevincollection.com

Hey @Vince111 ,

Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.


Screenshot is for reference only, the correct code to paste is the one shown above.

@ThePrimeWeb hi, thanks. It worked on my banner page button but on the product page where it says ‘buy it now’ it’s still all black :disappointed_face:

store url: maevincollection

Just add this code also, same instructions. Don’t remove the previous one. Add this one below


@ThePrimeWeb Thank you so much! It worked!

@ThePrimeWeb hi, I just realized today that the text on others buttons are invisible too. See screenshot below.

Could you please help me make ‘all buttons’ have visible text.

There’s not really an “all-in-one” solution, if you go through other parts of the site and find this issue again, just tell me where to find it (What page, etc..)

To fix the issues you have shown, add this code

Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.


Screenshot is for reference only, the correct code to paste is the one shown above.