Hello, I want to make the quantity choo
ser round so it matches the rest.
A user wants to customize their store’s quantity selector to have rounded corners, matching the rest of their design aesthetic. They’ve shared a screenshot showing the current square quantity chooser.
Proposed Solution:
A PageFly representative provided CSS code to achieve rounded corners:
.quantity:after { border-radius: 100px !important; }Status: The thread appears to be awaiting confirmation from the original poster on whether the solution works. Another respondent requested the store URL to provide additional assistance.
Hi @OnePunch
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
Hi @OnePunch
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
.quantity:after {
border-radius: 100px !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly