> For the complete documentation index, see [llms.txt](https://docs.cherry-ai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherry-ai.com/docs/zhong-wen-fan-ti/pre-basic/personalization-settings/clear-css.md).

# 清除 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代碼。

***

### 💡 獲取幫助同提交反饋

如果您喺配置或使用過程中遇到任何疑問、Bug 或有功能改進建議，請參考 [反饋同建議](/docs/zhong-wen-fan-ti/question-contact/suggestions.md) 入面提供嘅官方渠道。


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.cherry-ai.com/docs/zhong-wen-fan-ti/pre-basic/personalization-settings/clear-css.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
