# Clear CSS Settings

{% hint style="warning" %}
When incorrect CSS is set, or if you cannot enter the settings screen after setting CSS, use this method to clear the CSS settings.
{% endhint %}

* Open the console, click the CherryStudio window, and press the shortcut key<kbd>with</kbd>+<kbd>Shift</kbd>+<kbd>I</kbd>(MacOS:<kbd>command</kbd>+<kbd>option</kbd>+<kbd>I</kbd>).
* In the console window that pops up, click`Console`

<figure><img src="/files/226341547c9e4f605cfd03868cd42fc4b084385d" alt=""><figcaption></figcaption></figure>

* then manually enter`document.getElementById('user-defined-custom-css').remove()` , copy and paste will most likely not execute.
* After entering it, press Enter to confirm and clear the CSS settings, then go back into CherryStudio's display settings and delete the problematic CSS code.


---

# 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://docs.cherry-ai.com/docs/en-us/pre-basic/personalization-settings/clear-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.
