# Theme Editor

### How to Access

To open the Theme Editor:

1. Log intro the Admin Panel
2. On the sidebar, click on `Theme Editor`
3. You will see the full list of configurable theme colors.

### Important Notice About Changes Not Appearing

After saving changes in the Theme Editor, you might notice that the updated colors do **not** immediately appear in the live preview or main panel. This is most likely due to browser caching.

To fix this, you should **force refresh** your browser:

* Windows/Linux: `CTRL + F5`&#x20;
* Mac: `CMD + SHIFT + R`

Once you do this, your new theme colors should appear correctly.

In most cases, future changes will show instantly, but if you ever face the same issue again (especially after saving or resetting the theme), simply perform a force refresh once more.


---

# 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://theodor-work.gitbook.io/dravix-theme/others/editor.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.
