Change quantity selector shape

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

Hey @sclpted

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. 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?