I’m looking for help with the correct code to edit the text colour of my quick add buttons on my product grid page. I’ve successfully added code - button.quick-add__submit { background-color: #B4DCDC; } - to change the button background colour but now the text is the same colour as the button. I know it’s a simple code! I’d love the code and the best place to add it. Thanks in advance for the help!
Hi @KrissyN That should just be a matter of using the color property for the same selector?
button.quick-add__submit { color: orange*; }* etc etc
Sight unseen, if not you need to provide publicly inspectable example of the work so far.
https://community.shopify.com/c/blog/how-to-get-support-from-the-community/ba-p/1399408
1 Like
Thanks! That was exactly what I needed. Much appreciated!