# Custom CSS

Although we create Sleek 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 these 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="https://3064615700-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3yE7VVjvl0MgK6awOPKB%2Fuploads%2Fb5Ftg3Cncc12lRsXiCo3%2FcustomCSS.png?alt=media&#x26;token=c10c882e-3a8d-4fc5-b630-f1498f63c5c6" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
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 %}
