Quick Add Button - Edit text colour - Dawn Theme

Quick Add Button - Edit text colour - Dawn Theme

KrissyN
Shopify Partner
4 0 0

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!

Replies 2 (2)

PaulNewton
Shopify Partner
7141 632 1488

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

 

Contact [email protected] for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org


KrissyN
Shopify Partner
4 0 0

Thanks! That was exactly what I needed. Much appreciated!