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.
Download
The current release of the plugin can be downloaded from GitHub
More information
More information on this plugin can be found on the azurecurve | Development page for the plugin.
Click to show/hide the ClassicPress Plugins Available From azurecurve | Development in 2023 Series Index
What should we write about next?
If there is a topic which fits the typical ones of this site, which you would like to see me write about, please use the form, below, to submit your idea.