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 incorrect CSS has been applied, or when you cannot access the settings interface after applying CSS.
Open the console by clicking on the CherryStudio window and pressing Ctrl+Shift+I (MacOS: command+option+I).
In the opened console window, click
Console

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