• If you cannot get your editor style.css file to link to your functions.php file, add a slash to the beginning to your file name:

    /**
     * Custom CSS for WYSIWYG Editor – TinyMCE
    */
    // this has to be placed near the top of your function.php
    // This theme styles the visual editor with editor-style.css to match the theme style.
    	add_editor_style( '/editor-style.css' );

  • The topic ‘How to add Editor Styles’ is closed to new replies.