Last updated
For advanced styling beyond the built-in options, you can add your own CSS in Global settings → Custom CSS. The CSS is loaded on your storefront and applies to the OPTIS Color Swatch elements.

Custom CSS is an advanced feature. Incorrect rules can affect how swatches look. Test on a draft theme first if you are unsure, and keep a copy of your CSS so you can revert.
The app renders its variant picker inside a custom element. You can target it in your CSS, for example:
Most appearance changes (size, spacing, colors, borders, alignment) can be made without code on the Styling page. Use Custom CSS only for adjustments the Styling page does not cover.
If you are not sure how to target a specific element, reach out via live chat and our support team can help.
Last updated
/* The OPTIS variant picker wrapper */
optis-variant-picker {
margin-top: 12px;
}