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

Then manually type
document.getElementById('user-defined-custom-css').remove(). Copying and pasting is unlikely to execute.After typing, press Enter to confirm and clear the CSS settings. Then, re-enter CherryStudio's display settings and delete the problematic CSS code.
Last updated
Was this helpful?