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! 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
In your Shopify Admin go to online store => themes => actions => edit code
Find Asset => theme.scss.css and paste this at the bottom of the file:
.js-qty input {
background: #fff;
}
Thanks.
Thanks for the response. I added the code but I still don’t see the option to change the box color?