In WP 3.1 I used to put a css file named editor-styles.css in the theme folder. Then the styles in that file would apply to the backend editor.
My problem now is:
In WP 3.2 this doesn't seem to work. Any suggestions?
In WP 3.1 I used to put a css file named editor-styles.css in the theme folder. Then the styles in that file would apply to the backend editor.
My problem now is:
In WP 3.2 this doesn't seem to work. Any suggestions?
The editor-styles.css file is actually a theme feature that can be enabled by adding:
add_editor_style();
To the theme functions.php file.
The WP Super Edit does in a similar manner but in a more complicated means. The file used by that plugin is editor.css.
This topic has been closed to new replies.