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

# Custom CSS

Easily customize your store's overall appearance by utilizing the Custom CSS entry form. By adding valid CSS entries, you can successfully modify the default styles of your chosen theme.

Example of a CSS entry made in the Theme settings:

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

{% hint style="info" %}
Please note, this is different from the section-level options.
{% endhint %}

If you need to target CSS for individual sections only, use the entry form that's included at the section level.&#x20;

### Video - How to use Custom CSS

{% embed url="<https://www.loom.com/share/abfb6fba1190458fac5b48d03d2f4b77?sid=9ea6b1b5-0321-4555-bfa0-b2569d66c1c9>" %}

### Learn more about Custom CSS

Click the link below to view Shopify's official documentation about customer CSS:

{% embed url="<https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css>" %}


---

# 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://story.groupthought.com/settings/theme-settings/custom-css.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.
