Clear CSS Settings
When an incorrect CSS is set, or after setting CSS you can no longer access the settings interface, use this method to clear the CSS settings.
Open the console, click the CherryStudio window, and press the shortcutCtrl+Shift+I(MacOS:command+option+I).
In the popped-up console window, click
Console

then manually type
document.getElementById('user-defined-custom-css').remove(), copying and pasting will most likely not execute.After typing press Enter to confirm to clear the CSS settings, then go back into CherryStudio's display settings and delete the problematic CSS code.
Last updated
Was this helpful?