# Style presets

{% hint style="danger" %} <mark style="color:red;">Theme retirement</mark> | Context is no longer available on the Shopify theme store. **Theme support and updates for current users will end after May 18, 2024**. [Learn more here](/context/readme/theme-retirement.md).
{% endhint %}

Context comes with multiple theme styles that you can apply to your store to achieve a particular look and feel. Each theme style is a set of pre-selected **theme settings** that configure site-wide colors, fonts, product options, and more.

Once you've found a preset that you want, you can apply it to your theme, then make some changes to your theme settings to best match your branding.

**View our demo stores to preview each preset in action:**

* [Chic](https://context-theme-chic.myshopify.com/)
* [Modern](https://context-theme-modern.myshopify.com/)
* [Essential](https://context-theme-essential.myshopify.com/)

<details>

<summary><mark style="color:blue;"><strong>STEPS</strong></mark></summary>

In your **Shopify Admin**:

1. (*Recommended*.) [Duplicate your theme](https://help.shopify.com/en/manual/online-store/themes/managing-themes/duplicating-themes) to save as a backup.
2. In the theme editor, click the **Theme settings** icon.
3. Click the **Theme style** tab.
4. Select a preset to preview the styles.
5. To apply the theme style, click **Change style**.

   > The theme style will overwrite your current settings. Make sure you've duplicated your theme to keep as a backup.
6. Click **Save**.

</details>

<br>

***

> **Related links**
>
> [Theme settings](/context/theme-styles/theme-settings.md)\
> [Colors](/context/theme-styles/colors.md)\
> [Fonts](/context/theme-styles/fonts.md)\\


---

# Agent Instructions: 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:

```
GET https://help.fluorescent.co/context/theme-styles/style-presets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
