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

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;
}

Thanks.

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