# Add custom CSS

Custom CSS can be applied to your Shopify theme using the built-in [custom CSS](https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css) feature in the theme editor. It is the perfect option for minor visual tweaks that do not require editing theme source files — things like adjusting colors, spacing, typography, or button styles.

You can add custom CSS at two levels:

* **Section level** — open a section in the theme editor, scroll to the bottom of the settings panel, and expand **Custom CSS**. Changes apply only to that section.
* **Theme level** — navigate to **Theme settings > Custom CSS**. Changes apply across the entire storefront.

For commonly requested customizations, refer to the guides below.

{% content-ref url="/pages/2Bb5KZG6YFRlgUw2vruj" %}
[Popular custom CSS](/keystone/advanced-customizations/using-custom-css/popular-css-customizations.md)
{% endcontent-ref %}


---

# 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.brickspacelab.com/keystone/advanced-customizations/using-custom-css.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.
