Hello community!
Im trying to change the shape of the quantity selector of the drawer from a square to a pill, is that possible?
also when the card opens in mobile, the close button has a circle, is it possible to remove that also??
thank you!
my store is: SCLPTED LIGHT™
1 Like
Moeed
August 17, 2025, 6:36am
2
Hey @sclpted
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above </ body> tag
<style>
.cart-items__quantity .quantity-selector {
border-radius: 50px !important;
}
</style>
RESULT:
If I managed to help you then a
Like would be truly appreciated.
Best,
Moeed
1 Like
Hello Moeed, thank you for your response, it worked great. apart from that, do you have a solution to remove the circle that is outside the close button?