Comments xmathx started the conversationAugust 7, 2017 at 8:34amHi. I would like to know how disable styles inside Wysiwyg editor.Thank you for your help.Regards.Math. 295Paul repliedAugust 7, 2017 at 4:42pmHi 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 Sign in to reply ...
Hi. I would like to know how disable styles inside Wysiwyg editor.
Thank you for your help.
Regards.
Math.
Hi Math!
To disable the styles, please open the "functions.php" and find this code:
Then remove or just comment it out and the editor's styles should be reverted to the WP default ones.
Regards,
Paul