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
Hi! I need help or a piece of code to change the background color of the quantity box/field in the cart for the boundless theme. Thanks for you help!!
Era
Hi @WitchCutie
1. In your Shopify Admin go to online store => themes => actions => edit code
2. Find Asset => theme.scss.css and paste this at the bottom of the file:
.js-qty input {
background: #fff;
}
Change background property color as you want
Thanks.
Thanks for the response. I added the code but I still don't see the option to change the box color?