> For the complete documentation index, see [llms.txt](https://staylime.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://staylime.com/docs/volume-themes/theme-settings.md).

# Theme Settings

- [Colors](https://staylime.com/docs/volume-themes/theme-settings/colors.md): Manage colors in Volume using Shopify's Color schemes system — up to 21 schemes applied at section, element, or block level for granular branding control.
- [Typography](https://staylime.com/docs/volume-themes/theme-settings/typography.md): Adjust Volume typography: use the Base size slider for quick scaling, or set individual heading sizes for desktop and mobile with granular controls.
- [Layout](https://staylime.com/docs/volume-themes/theme-settings/layout.md): Configure Volume layout: set page margins, section spacing, and choose between three grid variations with full-width toggles, max widths, and gap controls.
- [Variant Picker](https://staylime.com/docs/volume-themes/theme-settings/variant-picker.md): Configure Volume variant display: choose from dropdown, pill, color swatch, or variant image styles with two layout options and adjustable input sizes.
- [Product Card](https://staylime.com/docs/volume-themes/theme-settings/product-card.md): Global Volume product card settings: variant price updates on swatch click, pills for variants and linked products, sizes display, and media filtering.
- [Collection Card](https://staylime.com/docs/volume-themes/theme-settings/collection-card.md): Choose between two Volume collection card styles — title below or overlay — and configure media ratio, focal point, product count, and arrow display.
- [Filter Swatches](https://staylime.com/docs/volume-themes/theme-settings/filter-swatches.md): Set up filter display on Volume collection pages: checkbox, pill, color swatch, or thumbnail styles with two layout options. Requires Search & Discovery.
- [Product Badges](https://staylime.com/docs/volume-themes/theme-settings/product-badges.md): Set up Volume product badges: three defaults (Sale, Sold out, Preorder) plus up to four custom badges via a custom.badge metafield with custom colors.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://staylime.com/docs/volume-themes/theme-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
