Appearance
Types Settings
Types settings let you build one or more named style presets — templates — for a specific option type, then choose which template each option on your storefront uses.
Overview
Every option always renders with your Global styles, unless it's assigned a per-type template that overrides some of those values. Four option types currently support their own templates:
- Accordion — see Accordion Styling
- Swatches — see Swatches Styling
- Tabs — see Tabs Styling
- File Upload — see File Upload Styling
Each of these types can have any number of templates. For example, you could create a "Swatch Color" template for color swatches and a separate "Swatch Image" template for image swatches, then assign each swatch option to the one that fits.
Global styles (the default)
Every type starts with an implicit Global styles template. It isn't something you create — it just means "no override, render with the Global config as-is." It's always the first card in the template gallery and can't be renamed, edited, or deleted.
How to Manage Templates
Step 1: Open the Type's Template Gallery
- Open the Style Settings modal (see Customization Overview for how)
- Click Types in the left rail
- Click Accordion, Swatches, Tabs, or File Upload
- The template gallery opens, showing a live mini-preview of each existing template plus the Global styles card
Step 2: Create a Template
- Click New Template
- Enter a name (e.g. "Rounded Swatches") and confirm
- A new template is created as a snapshot of your current Global styles — nothing looks different yet
- The type's editor opens automatically so you can start changing settings
Templates are self-contained
Once created, a template keeps its own settings even if you later change your Global colors or borders. This keeps a finished template from shifting unexpectedly — if you want the template to pick up a Global change, edit that field in the template directly.
Step 3: Edit the Template
Use the group navigation on the left of the type editor to jump between sections (e.g. for Tabs: Tab Bar Style, Container, Typography, Tab States, and so on — see the type-specific pages for the full list). Every change updates the Live Preview immediately.
Control what the preview shows
Click Manage preview above the Live Preview to swap the sample data for your own test values or a real option — see Sandbox & Live Preview.
Step 4: Assign the Template to an Option
- Open an Option Set and edit an option of that type
- Expand Style settings
- Pick a template card (or Global styles) — each card shows a live mini-preview
- Click Save in the option set's save bar
Managing Existing Templates
From the template gallery, each card has:
| Action | What it does |
|---|---|
| Duplicate | Creates a copy with a new name — useful for making a variant of an existing look |
| Rename | Changes the display name only; the template's internal ID (used for CSS scoping) never changes |
| Delete | Permanently removes the template |
Deleting a template
Deleting a template doesn't touch the options that use it — they silently fall back to Global styles. The option's Style settings panel shows a banner so you can reassign it to a different template.
Next Steps
- Sandbox & Live Preview — control what data the Live Preview shows while you edit
- Accordion Styling
- Swatches Styling
- Tabs Styling
- File Upload Styling
- Customization Overview — how Global and Types settings work together