• I use:

    function my_theme_add_editor_styles() {
        add_editor_style( 'custom-editor-style.css' );
    }

    To add custom styles to the tinyMCE editor and it works great but i want it to work also on the front-end (for example when i use a rich text field in a form).

    How would i do it?

    Thanks,
    Ben

  • The topic ‘TinyMCE front-end style’ is closed to new replies.