> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/pre-basic/settings/display/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.cherryai.com.cn/docs/zhong-wen-fan-ti/pre-basic/settings/display/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.
