Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS adding styles to wordpress tinymce Re: adding styles to wordpress tinymce

#83184

Will you elaborate?

I’d like to be able to view the content in tinyMCE with my theme css styles…

Can I just add my theme css to

add_editor_style();

like so?

add_editor_style('style.css');

I also see “editor-style.css” in my theme folder – can I edit/add to this?

Thank you,
CM

P.S.
I built my theme with Starkers.