In this series of articles, I am going to introduce each of the plugins I have developed for ClassicPress, a hard-fork of WordPress, which was originally created to provide an alternative, yet compatible, CMS without the Gutenberg block editor.
The 24th plugin is Load Admin CSS.
Change the styling of your admin dashboard with custom CSS.
Options are maintained via a Settings page on the **azurecurve** menu.
Example CSS usage to change the font size in the textarea:
textarea.wp-editor-area{
font-size: 1.33em;
}
This plugin is multisite compatible, with options set on a per site basis.