Hello there,
We don’t get you, where have you included editor-styles.css file?
Thanks
The editor style is in theme folder and it is working in back-end editor.
Hello there,
We are still bit unclear. Can you please clarify using some screenshots?
Thanks.
I want to add custom css for the front end editor. I want to customize front end editor font-family and other styles. But custom css not loading. Only loading wp-content.css file from /wp-includes/js/tinymce/skins/wordpress/wp-content.css
Screenshot
Hello there,
The issue is with theme that prevents the custom css for making changes.
But you can add your css as:
body {
font-family: Georgia !important;
}
Just add !important after the css style like above.
Thanks.