Hi i am using Streamline theme. Can someone kindly tell me how to insert border line on the quantity selector? Thank you
2 Likes
Please share store URL.
1 Like
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
1 Like
1 Like
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
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
1 Like