Clear CSS Settings
This document was translated from Chinese by AI and has not yet been reviewed.
Clear CSS Settings
Use this method to clear CSS settings when you have set incorrect CSS or cannot enter the settings interface after setting the CSS.
Open the console, click on the CherryStudio window, and press the shortcut key Ctrl+Shift+I (MacOS: command+option+I).
In the console window that pops up, click
Console
.

Then, manually type
document.getElementById('user-defined-custom-css').remove()
. Copying and pasting will likely not execute.After typing, press Enter to confirm and clear the CSS settings. Then, go back to CherryStudio's display settings and delete the problematic CSS code.
最后更新于
这有帮助吗?