Skip to content

Instantly share code, notes, and snippets.

@richerimage
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richerimage/3cfd946243f96ac6b1e7 to your computer and use it in GitHub Desktop.
Save richerimage/3cfd946243f96ac6b1e7 to your computer and use it in GitHub Desktop.
Add to DNA TinyMCE
function add_tinymce_css($mycss) {
$mycss .= "#tinymce {background: green;}";
return $mycss;
}
add_filter ('dna_tinymce', 'add_tinymce_css');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment