# Custom CSS

CSS (Cascading Style Sheets) is coded file that selects elements of your page and controls their presentation. Think of your custom template's HTML as the bones of your website and the CSS as the skin of your site.

Please refer this article from Shopify for Adding custom CSS to your theme: <https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css>

{% embed url="<https://www.youtube.com/embed/jDdnFSwhjcc>" %}

## Add Custom Css in Theme Settings

Custom CSS can be added to your entire theme that affects all pages in your online store except the **Checkout** page. For example, you can change the way that buttons are displayed across your entire store.

**Steps:**

1. In your Shopify admin, go to **Online Store** > **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Click **Theme settings -> CUSTOM CSS**.
4. Add your code and click **Save**.

<figure><img src="/files/39woRQVSgtTLKpV5ntmT" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Your css will be saved in **settings\_data.json** file
{% endhint %}

<figure><img src="/files/8KQcHRV8vXkanGp2zoUL" alt=""><figcaption></figcaption></figure>

## Add Custom CSS in Section

Custom CSS can also be added to a specific section of your theme. For example, you can apply a custom font size or a background color to a single section.

**Steps:**

1. In your Shopify admin, go to **Online Store** > **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Click the section that you want to add CSS to.
4. At the bottom of the section properties panel, click **Custom CSS**.
5. Add your code and click **Save**.

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

{% hint style="info" %}
Your css will be saved in **index.json** file
{% endhint %}

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

## Need More Help?

If you experience any difficulties or require extra support with your Ella theme, feel free to contact our support team through our [Ticket System](https://halosoft.ticksy.com/) — we’ll get back to you within 24 hours.

Simply scan the QR code below to join our Facebook community and stay updated with the latest news, tips, and announcements.

<div align="left"><figure><img src="/files/u3Ke6fbPZZvBlBetfneg" alt="Halothemes Community" width="233"><figcaption></figcaption></figure></div>

<a href="https://www.facebook.com/groups/halothemescommunity" class="button primary" data-icon="comment-dots">Join HaloThemes Community</a>


---

# 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://halosoft.gitbook.io/ella-7-documentation/customization/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.
