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

Re: color of quantity box in boundless

How can I change the quantity box color in Boundless theme?

WitchCutie
Tourist
11 0 1

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

Replies 2 (2)

bhavini
Shopify Partner
52 16 26

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 wantChange background property color as you want
Thanks.

- If helpful then please Like and Accept Solution.
- Feel free to contact me on bvnpatel2307@gmail.com regarding any help!
WitchCutie
Tourist
11 0 1

Thanks for the response. I added the code but I still don't see the option to change the box color?