Note: Before you add this code, look through your theme’s functions.php file to make sure it’s not already there.
/* add editor-style.css to theme */ function my_theme_add_editor_styles() { add_editor_style( 'editor-style.css' ); } add_action( 'init', 'my_theme_add_editor_styles' );
Below are before and after screen shots of my editor.
Pages: Page 1 Page 2