> For the complete documentation index, see [llms.txt](https://mpithemes.gitbook.io/unicorn-shopify-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mpithemes.gitbook.io/unicorn-shopify-theme/theme-settings.md).

# Theme Settings

Use the icon menu at the top-left of the control panel in the Theme Editor to navigate to the global settings:

<figure><img src="/files/vZgkOeWhxWp2DZhkMwnZ" alt=""><figcaption></figcaption></figure>

Here are the articles in this section:

* [<mark style="color:blue;">Logo and favicon</mark>](/unicorn-shopify-theme/theme-settings/logo-and-favicon.md)
* [<mark style="color:blue;">Colors</mark>](/unicorn-shopify-theme/theme-settings/colors.md)
* [<mark style="color:blue;">Typography</mark>](/unicorn-shopify-theme/theme-settings/typography.md)
* [<mark style="color:blue;">Page layout</mark>](/unicorn-shopify-theme/theme-settings/page-layout.md)
* [<mark style="color:blue;">Breadcrumbs</mark>](/unicorn-shopify-theme/theme-settings/breadcrumbs.md)
* [<mark style="color:blue;">Theme styles</mark>](/unicorn-shopify-theme/theme-settings/theme-styles.md)
* [<mark style="color:blue;">Animations</mark>](/unicorn-shopify-theme/theme-settings/animations.md)
* [<mark style="color:blue;">Products</mark>](/unicorn-shopify-theme/theme-settings/products.md)
* [<mark style="color:blue;">Product cards</mark>](/unicorn-shopify-theme/theme-settings/product-cards.md)
* [<mark style="color:blue;">Badges</mark>](/unicorn-shopify-theme/theme-settings/badges.md)
* [<mark style="color:blue;">Variant picker</mark>](/unicorn-shopify-theme/theme-settings/variant-picker.md)
* [<mark style="color:blue;">Compare</mark>](/unicorn-shopify-theme/theme-settings/compare.md)
* [<mark style="color:blue;">Countdown timer</mark>](/unicorn-shopify-theme/theme-settings/countdown-timer.md)
* [<mark style="color:blue;">Social media</mark>](/unicorn-shopify-theme/theme-settings/social-media.md)
* [<mark style="color:blue;">Cart</mark>](/unicorn-shopify-theme/theme-settings/cart.md)
* [<mark style="color:blue;">Popups</mark>](/unicorn-shopify-theme/theme-settings/popups.md)
* [<mark style="color:blue;">Localization flags</mark>](/unicorn-shopify-theme/theme-settings/localization-flags.md)
* [<mark style="color:blue;">Currency format</mark>](/unicorn-shopify-theme/theme-settings/currency-format.md)
* [<mark style="color:blue;">Performance</mark>](/unicorn-shopify-theme/theme-settings/performance.md)
* [<mark style="color:blue;">Advanced settings</mark>](/unicorn-shopify-theme/theme-settings/advanced-settings.md)
* [<mark style="color:blue;">Custom CSS</mark>](/unicorn-shopify-theme/theme-settings/custom-css.md)


---

# 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://mpithemes.gitbook.io/unicorn-shopify-theme/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.
