Change Color of of Quantity Selector Border and + / -

I was able to change the color of the text inside the quantity selector using the following code:

input.quantity__input {
color: #21f900;

But I want to also change the border and +/- selector to the same color (see below screenshot)

Side note, if anyone knows how to remove the black highlight of text on the add to cart I would be eternally grateful. Cheers!

1 Like

Hi @theparmesan_don ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes: