Changing the border colour of the 'Quantity Select'

Hi Everyone,

I’m trying to change the colour of the border around the quantity adjust buttons. I want to add a black border around it.

The theme is Venture - Preview link is - https://zs4xytdxpsytfnan-55278698661.shopifypreview.com

Im looking in the theme.scss, and Im changing the .js qty- adjust, but for some reason It doesnt change anything.

Thanks,

All Sorted… :slightly_smiling_face:

.js-qty__input {
width: 100%;
padding-left: $width-qty-btn;
padding-right: $width-qty-btn;
text-align: center;
border: 2px solid #000;

Added “Border:” to this section of code :slightly_smiling_face: