Overview
This tutorial shows how to adjust the colors of the quantity selector components in the Upcart drawer. You can style the input field, text, and plus/minus icons. Updating these styles helps match your store’s branding and makes the cart experience more visually consistent. This customization is best suited for store owners or developers with basic CSS knowledge.Where to find the custom CSS editor
- Go to Upcart > Cart Editor > Settings > Custom CSS
- Scroll down to the input field and paste your CSS code
- Click Save
- Refresh your storefront to preview your changes live
Example CSS for quantity selector styling for V1.0
Example CSS for quantity selector styling for V2.0
How to customize
You can change the values inbackground-color, color, and the rest using any valid color format:
- Named colors (example:
white,black) - Hex codes (example:
#ff0000) - RGB values (example:
rgb(0, 132, 255))

