> For the complete documentation index, see [llms.txt](https://help.freewebstore.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.freewebstore.com/design/theme-editor/custom-css.md).

# Custom CSS

### What is the Custom CSS feature and how do I use it?

The Custom CSS feature is an incredibly useful tool. This gives you the ability to change any aspect of your design, from the size of your images to the color of a single word of text.

We only recommend you use this if you have sufficient knowledge of this design feature. Not to worry if you don't, if you have this feature available to you, simply get in touch with our friendly support team and a designer will be more than happy to inject CSS to implement the changes you ask for.

### How do I access the Custom CSS feature within my Freewebstore Control Panel?

1. Login to your Freewebstore Control Panel.
2. Go to **Design > Theme Editor.**
3. Locate and click the **Design** button located in the top right of your screen.
4. Select the **Custom CSS** option from the dropdown menu.
5. You will notice a sidebar open up to the left of your screen with a code box embedded.
6. Add your CSS to the box and when you are happy, click **Save.**

{% hint style="info" %}
&#x20;If you do not know what you are adding to the CSS box, it could create have serious implications on how user-friendly your store is and could break some elements. So if you are unsure, do not take the risk and get in contact with our support team for help regarding the changes you wish to make.&#x20;
{% endhint %}

### **How to change the theme for your CSS editor?**

1. Login to your Freewebstore Control Panel.
2. Go to **Design > Theme Editor.**
3. Locate and click the **Design** button located in the top right of your screen.
4. Select the **Custom CSS** option from the dropdown menu.
5. You will notice a sidebar open up to the left of your screen with a code box embedded.
6. Underneath the editor, at the bottom right, click **Editor Theme:&#x20;*****theme name**.*
7. A pop-up will appear.
8. Click the theme you want.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://help.freewebstore.com/design/theme-editor/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.
