# Custom CSS

**Custom CSS** allows you to **use CSS code** and custom the style of the specific element in section that you want.&#x20;

This feature will show in a few sections. To use this function requires you to have basic knowledge of **HTML CSS code**. However, you can completely ignore it because we have a lot of options for you to customize.

{% hint style="success" %}
Steps

1. In the theme editor (**Customize**), click **Theme settings**
2. Locate **Custom CSS**
3. Make necessary changes
4. **Save**
   {% endhint %}

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

Shopify also added **Custom CSS** setting in new version. Custom CSS can be added to your entire theme that affects all pages in your online store except the **Checkout** page.&#x20;

{% hint style="success" %}
To use **Custom CSS** of Shopify please follow these steps

**Steps:**

1. In your Shopify admin, go to **Online Store** > **Themes**
2. Click **Customize**.
3. Click **Theme settings**.
4. Click **Custom CSS**.
5. Add your code.
6. Click **Save**.
   {% endhint %}

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

**Shopify 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.

{% hint style="success" %}
**Steps:**

1. In your Shopify admin, go to **Online Store** > **Themes**
2. 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.
6. Click **Save**.
   {% endhint %}

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


---

# 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://blueskytechcos-organization.gitbook.io/umino-shopify/theme-settings/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.
