> 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/faq/theme-setup.md).

# Theme setup

- [What's the difference between Adelle, Bloop, Ariste, Vortex, and Avante?](https://staylime.com/docs/avante-themes/faq/theme-setup/whats-the-difference-between-adelle-bloop-ariste-vortex-and-avante.md): Adelle, Bloop, Ariste, Vortex, and Avante are style presets within one theme, not separate products. Switch between them in Theme settings → Theme style.
- [My theme settings reset after an update — what happened?](https://staylime.com/docs/avante-themes/faq/theme-setup/my-theme-settings-reset-after-an-update-what-happened.md): Minor updates preserve settings, but major Avante updates can reset colors, fonts, and layouts due to structural changes. Products and menus are never affected.
- [A page template isn't showing in the Shopify Admin dropdown](https://staylime.com/docs/avante-themes/faq/theme-setup/a-page-template-isnt-showing-in-the-shopify-admin-dropdown.md): Shopify Admin only shows templates from the published (Live) theme. Templates created in a draft theme won't appear — create them in the live theme instead.
- [How do I create a FAQ page with expandable questions?](https://staylime.com/docs/avante-themes/faq/theme-setup/how-do-i-create-a-faq-page-with-expandable-questions.md): Create a FAQ page in Avante: add a new page in Shopify Admin, assign the FAQ template, then add Collapsible tabs in the Theme Editor for expandable Q\&A blocks.
- [Can I use custom fonts?](https://staylime.com/docs/avante-themes/faq/theme-setup/can-i-use-custom-fonts.md): Use custom fonts in Avante: pick from Google Fonts in Theme settings → Typography (no code needed), or upload a WOFF/WOFF2 file with a small code edit.
- [Fonts not displaying in Safari or Firefox](https://staylime.com/docs/avante-themes/faq/theme-setup/fonts-not-displaying-in-safari-or-firefox.md): After Avante v14, fonts may revert to defaults in Safari and Firefox due to a CSS error in font-variables.liquid. Update the theme or apply the fix.
- [How to remove "Powered by Shopify" from the footer](https://staylime.com/docs/avante-themes/faq/theme-setup/how-to-remove-powered-by-shopify-from-the-footer.md): Hide the "Powered by Shopify" link in Avante using Custom CSS — the most reliable method. Also covers editing theme code as an alternative.
- ["Failed to load the page" in Shopify Theme Editor — how to fix](https://staylime.com/docs/avante-themes/faq/theme-setup/failed-to-load-the-page-in-shopify-theme-editor-how-to-fix.md): Fix the "Failed to load the page" error in the Shopify Theme Editor with the Avante theme. Common causes: Preload links on hover setting, VPN or proxy, multiple people editing at the same time.


---

# 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/faq/theme-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.
