# Add Custom CSS

<https://wordpress.com/support/editing-css/#tab-site-editor>

While most changes can be made with settings in the [WordPress editor](https://wordpress.com/support/wordpress-editor/), you may prefer to use CSS to customize your site if you have experience writing CSS code. This guide will show you how to edit your website with CSS.

### Access the CSS Editor <a href="#access-the-css-editor-1" id="access-the-css-editor-1"></a>

You can add custom CSS to your site from the [Styles](https://wordpress.com/support/using-styles/) panel. Follow these steps to add custom CSS:

1. Visit your site’s [dashboard](https://wordpress.com/home).
2. Go to *Appearance → Editor*.
3. Select “[**Styles**](https://wordpress.com/support/using-styles/)” from the left-side menu.
   * In the editor, you can also select the Styles icon in the upper right corner — the button looks like a black-and-white circle.
4. Scroll to the **“Additional CSS”** section.
5. Type or paste your CSS into the text box provided.
6. Click the “**Save**” button at the top right of the screen to save the CSS to your site.

{% embed url="<https://videopress.com/v/9SSpjXVe>" %}

You can preview the impact of your CSS changes on any [block type](https://wordpress.com/support/wordpress-editor/blocks/) by loading the **Style Book**. Click **“Preview”** and select the **“Style book”** option.

#### Read more - <https://wordpress.com/support/editing-css/#tab-site-editor>


---

# 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://nghiaxchis.gitbook.io/ncmaz-blog-magazine-full-site-editing-wordpress/basics/add-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.
