senlin / classic-editor-addon

This free "Classic Editor Addon" plugin makes sure that Gutenberg cannot be accidentally activated even while the "Classic Editor" plugin is active.
GNU General Public License v3.0
19 stars 5 forks source link

Editor CSS #19

Closed craigbass76 closed 8 months ago

craigbass76 commented 8 months ago

Is there a css file I can edit somewhere that affects the editor itself? I've got a couple things I'll be doing on the live side of the site, and a novice blogger helping me, so I want to try to mirror those couple of styles (h5 and h6 size and colors) if it's possible.

I did try wp-includes/css/editor.min.css and wp-includes/js/tinymce/skins/wordpress/wp-content.css, but had no luck.

senlin commented 8 months ago

Hello Craig,

The plugin "merely" brings back the Classic Editor, which you can see if you look in the source code.

To adjust styling of the editor itself you would need to look into a plugin that alters TinyMCE, such as this one.

Hope that helps.