Okay
  Public Ticket #1266667
disable wysiwyg styles
Closed

Comments

  • xmathx started the conversation

    Hi. I would like to know how disable styles inside Wysiwyg editor.

    Thank you for your help.

    Regards.

    Math.


  •  291
    Paul replied

    Hi Math!

    To disable the styles, please open the "functions.php" and find this code:

    add_editor_style( array( 'css/editor-style.css', finnik_get_google_fonts_url() ) );
    

    Then remove or just comment it out and the editor's styles should be reverted to the WP default ones.

    Regards,
    Paul