Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Access Keys

    (@access-keys)

    Hello there,

    We don’t get you, where have you included editor-styles.css file?

    Thanks

    Thread Starter Azizul Karim

    (@azizul-karim-aec)

    The editor style is in theme folder and it is working in back-end editor.

    Plugin Author Access Keys

    (@access-keys)

    Hello there,

    We are still bit unclear. Can you please clarify using some screenshots?

    Thanks.

    Thread Starter Azizul Karim

    (@azizul-karim-aec)

    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

    Plugin Author Access Keys

    (@access-keys)

    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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to add editor style?’ is closed to new replies.