# Custom CSS

Although we create Pebble 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. Locate **Custom CSS**.
3. Make necessary changes.
4. Click **Save.**
   {% endhint %}

<figure><img src="https://1172126658-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgoStNEbk9Q25TX38NhdE%2Fuploads%2FOHhGeaJpm7kJm3qDqnQ2%2Fimage.png?alt=media&#x26;token=f2b85710-635f-40fe-8659-1919daf319a9" 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 %}
