Changing color of the quantity selector on Refresh theme?

Hi!

I am trying to figure out how to change the color of my quantity selector on Refresh theme. I tried few codes I found but none of them worked. So help is needed. Thank you in advance!

hi @Axu ,

Let me know what you want to change its color.

Hello @Axu

Could you share the store URL so that I can review it?

Hi!

I it should be #FAFAFA but borders and + & - signs in black.

@Axu

Try add to this code at the bottom of Theme > Edit code > assets > base.css

.quantity:after,
.quantity:before {
border-color: #fafafa;
}
button.quantity__button {
color: #fafafa;
}

Try it and let me know

Now it is like this. Just so you know that the basic backroung color of this theme is this light blue that is seen on the qty selector and I changed it with some code to this white backround but the qty selector did not change. Also, on the mobile it looks just like it should look (picture below)

Hi @Axu
Please share your store URL, page URL and also password (if your store has one) so we can help you.