How to make quantity selector rectangle

I’m looking to make the quantity selector rectangle and adjust the size on the cart drawer only. for desktop and mobile on dawn theme

1 Like

Hi @undercoverfresh

  • You can try to follow this step
    Step 1: Go to Edit code
    Step 2: Find file theme.css and add this code at the end of the file
.quantity:after {
    border-radius: 4px !important;
}

Result:

Best,

Liz

Hi @undercoverfresh
Could you share the link to product page so I can check?

The code worked but I only want the cart drawer to be rectangle and smaller I want to keep the one that’s under the sizing pills round so basically the one in the 2nd picture

Hi @undercoverfresh , do do that, please follow our instructions:

Step 1: Open Online Store → Themes → Edit code.

Step 2: Find snippets/cart-drawer.liquid

Step 3: Paste this code at the top of the file (after tag):


Result:

If this helpful, please let us know by giving us a like and marking its as a solution. Thanks you :heart_eyes:

1 Like