# Custom CSS

Although we create Hyper theme with a variety of customizable features and settings, sometimes you would want to customize elements to match your brand styles and requirements.

Most of the time, the best and easiest way to make this styling customization is with custom CSS.

## How to add Custom CSS code

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

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

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

{% hint style="warning" %}
This requires you to have a certain knowledge of web design languages (CSS, HTML, and Liquid). If you are not familiar with them, avoid using custom code to prevent unwanted technical issues.

Check out [W3Schools](https://www.w3schools.com/Css/) for a quick CSS tutorial.
{% endhint %}


---

# 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://docs.foxecom.com/hyper-theme/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.
