# 清除 CSS 設置

{% hint style="warning" %}
當設定咗錯誤嘅 css，或者喺設定咗 css 之後入唔到設定介面時，用呢個方法清除 css 設定。
{% endhint %}

* 打開控制台，撳 CherryStudio 窗口，按快捷鍵<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>I</kbd>（MacOS：<kbd>command</kbd>+<kbd>option</kbd>+<kbd>I</kbd>）。
* 喺彈出嘅控制台窗口入面，撳`Console`

<figure><img src="/files/1437bb536bcb726c9fef5c0775bde02bd0fafdb0" alt=""><figcaption></figcaption></figure>

* 然後手動輸入`document.getElementById('user-defined-custom-css').remove()` ，複製貼上好大機會唔會執行。
* 輸入完成後撳回車確認就可以清除 css 設定，然後再入返 CherryStudio 嘅顯示設定入面，刪除有問題嘅 css 代碼。


---

# 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/zhong-wen-fan-ti/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.
