How to change the color of the Add to Cart button in Studio Theme?

Hi Team.

Can we change the color of the background to black of this button and the text to white?

Store: Glowcare.se
PS: Glowcare1991

Hi @GeeKyuu24

Please add this code at the bottom of base.css

.quick-add__submit { background: #000 !important; color: #fff !important; }

Thanks but it did not work. Any reason why?

I managed to make it worked! Thanks

You are most welcome