Skip to content

Instantly share code, notes, and snippets.

@media317
Created February 7, 2013 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save media317/4733008 to your computer and use it in GitHub Desktop.
Save media317/4733008 to your computer and use it in GitHub Desktop.
Custom style sheet for the TinyMCE Visual Editor in Wordpress
/** Add Editor Styles within a WP Child theme*/
add_editor_style(); //This will use the default styles of your child theme stylesheet.
/** Add Editor Styles for WP Themes */
add_editor_style( 'custom-editor-style.css' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment