Andy Holloway
asked 8 years ago

Would like to replace the WYSIWYG editor that is the default with a simple text field and submit button, identical to what you use in “comments” — is this possible?

1 Answers
DominicStaff
answered 8 years ago

If you to resolve this issue, you can add the following code to the style.css of your site to hide this section.

div.mce-toolbar-grp, .wp-editor-tools { display: none;}

Hope this helps!

Powered by DW Question & Answer Pro