Shopify themes, liquid, logos, and UX
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
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
Contact paull.newton+shopifyforum@gmail.com 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
Thanks! That was exactly what I needed. Much appreciated!