# 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/1c957ebfa89efeb6243ce56d2deaebb2348244aa" alt=""><figcaption></figcaption></figure>

* をクリックしてから、手動で入力します`document.getElementById('user-defined-custom-css').remove()` 、コピー＆ペーストでは実行されない可能性が高いです。
* 入力が終わったらEnterで確定すれば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/jp/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.
