Overview
Upcart allows you to change the colors used for upsell variant selectors using simple custom CSS. This is a quick way to align your cart’s appearance with your brand and improve the customer experience during product selection. This customization is ideal 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 area and paste your CSS code
- Click Save
- Refresh your storefront to preview the changes live
Example CSS for variant selector styling in V1.0
Example CSS for variant selector styling in V2.0
How to customize
- color: Sets the text color
- background-color: Sets the background of the variant selector box
- Named colors (example:
black,white,red) - Hex codes (example:
#000000) - RGB values (example:
rgb(255, 0, 0))

