How can I add a border line to the quantity selector in Streamline theme?

Hi i am using Streamline theme. Can someone kindly tell me how to insert border line on the quantity selector? Thank you

2 Likes

@thegyver

Please share store URL.

1 Like

@thegyver

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

1 Like

Hi

Heres the URL: https://mezzclppssvl5986-52561019045.shopifypreview.com/products/cuffed-beanie-1

1 Like

@thegyver

Please add the following code at the bottom of your assets/theme.css file.

.product__quantity input[type=number] {
border: 2px solid !important;
}

Hope this works.

Thanks!

1 Like

It Does. Thank you so much for your Kind help.

1 Like

Hello Ketan Kumar, I ve read your other post on how to remove the “Add to Cart” button

.product-form__cart-submit { display: none; }

did try this but it did not work. Kindly advice. Thanks

1 Like

@thegyver

can you please let me know which button hide?

Hi Ketan Kumar, actually i just wanted to swap their position (see attached). Can you kindly assist. Thank you.

1 Like

@thegyver

i have see same look

1 Like