> 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/avante-themes/features-and-advanced-setup.md).

# Features & Advanced Setup

- [Overview](https://staylime.com/docs/avante-themes/features-and-advanced-setup/overview.md): Advanced Avante features: mega menu, transparent header, linked products, variant media, store selector, countdown timers, filters, and RTL support.
- [Transparent header](https://staylime.com/docs/avante-themes/features-and-advanced-setup/transparent-header.md): Set up transparent navigation and control the sidebar hover background.
- [Variant images vs Color Swatches](https://staylime.com/docs/avante-themes/features-and-advanced-setup/variant-images-vs-color-swatches.md): Compare Avante's two color display methods — variant images (thumbnails) vs color swatches (circles) — with setup steps and troubleshooting tips.
- [Linked Products](https://staylime.com/docs/avante-themes/features-and-advanced-setup/linked-products.md): Set up linked products for related variants or products.
- [Mega menu & Hover mega menu](https://staylime.com/docs/avante-themes/features-and-advanced-setup/mega-menu-and-hover-mega-menu.md): Set up Mega menu and Hover mega menu in Avante: column-based link layouts with promotional banners, dropdown link matching, and per-item hover banners.
- [Display only media related to chosen variant](https://staylime.com/docs/avante-themes/features-and-advanced-setup/display-only-media-related-to-chosen-variant.md): Show only images matching the selected color variant in Avante by tagging image alt text with color names and enabling the filter in the Theme Editor.
- [Store Selector](https://staylime.com/docs/avante-themes/features-and-advanced-setup/store-selector.md): Let customers pick a retail or warehouse location in Avante and see real-time pickup availability on collection and product pages.
- [Gift wrapping](https://staylime.com/docs/avante-themes/features-and-advanced-setup/gift-wrapping.md): Set up gift wrapping in Avante: pick a wrap product, keep its price out of the free shipping bar, and let customers add it at checkout.
- [Filters & search](https://staylime.com/docs/avante-themes/features-and-advanced-setup/filters-and-search.md): Configure collection filters in Avante with the Search & Discovery app, choose filter layouts, enable swatches, and customize predictive search.
- [Complementary products](https://staylime.com/docs/avante-themes/features-and-advanced-setup/complementary-products.md): Add a hand-picked "Pairs well with" block to Avante product pages using Shopify Search & Discovery — cross-sell related items and lift your average order value.
- [Product subtitle (short description)](https://staylime.com/docs/avante-themes/features-and-advanced-setup/product-subtitle.md): Product subtitle adds a secondary line of text to product pages and collection cards — set it up once as a metafield, then fill it in per product.
- [Product badges](https://staylime.com/docs/avante-themes/features-and-advanced-setup/product-badges.md): Product badges highlight key product states — Sale, Sold out, Pre-order — and  let you add custom labels like "New" or "Bestseller" via a metafield.
- [RTL support — Right-to-left languages in Avante](https://staylime.com/docs/avante-themes/features-and-advanced-setup/rtl-support.md): Avante fully supports RTL languages like Arabic and Hebrew out of the box. All sections mirror automatically — no custom code needed. Available since v8.0.0.


---

# 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/avante-themes/features-and-advanced-setup.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.
