Custom WYSIWYG css
function my_mce_css() { return get_bloginfo('template_url').'/css/editor-style.css'; } add_filter( 'mce_css', 'my_mce_css' );