Title: Post content editor customization
Last modified: March 10, 2023

---

# Post content editor customization

 *  Resolved [mikehermary](https://wordpress.org/support/users/mikehermary/)
 * (@mikehermary)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/post-content-editor-customization/)
 * Hello,
 * I am using the Create Post form to allow visitors to submit post content to website.
 * Is there a way to disable the Text (HTML) tab and customize what is displayed
   for formatting options on the Visual tab? Simplifying the editor would make it
   easier for visitors to submit posts.
 * Any suggestions are greatly appreciated.
 * Cheers,

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Support [Patrick – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport12/)
 * (@wpmudevsupport12)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/post-content-editor-customization/#post-16550533)
 * Hi [@mikehermary](https://wordpress.org/support/users/mikehermary/)
 * I hope you are doing well.
 * You would be able to do it using CSS, for example:
 *     ```
       .forminator-ui .wp-switch-editor.switch-html{
           display: none !important;
       }
   
       /** Editor items **/
       .forminator-ui #mceu_0,
       .forminator-ui #mceu_1{
           display: none !important;
       }
       ```
   
 * The _0 is the position of the item, you can extend it by selecting the one you
   can disable:
 * [https://monosnap.com/file/mjhQQCPYLGPt8M6wclSDjg4UoLFA7h](https://monosnap.com/file/mjhQQCPYLGPt8M6wclSDjg4UoLFA7h)
 * The CSS can be added to Forminator > Form > Appearance > Custom CSS.
 * Best Regards
    Patrick Freitas
 *  Thread Starter [mikehermary](https://wordpress.org/support/users/mikehermary/)
 * (@mikehermary)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/post-content-editor-customization/#post-16559864)
 * Hello,
 * Thanks for sharing the code.
 * I have added to the code the custom CSS field, but it is not working while viewing
   the form preview or when it is embedded on a hidden page.
 * The custom CSS does not seem to be rendered in the HTML anywhere on the hidden
   page. I tried searching for it, but it did not appear.
 * Cheers,
 *  Thread Starter [mikehermary](https://wordpress.org/support/users/mikehermary/)
 * (@mikehermary)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/post-content-editor-customization/#post-16559970)
 * Hello,
 * I have resolved this issue by moving the CSS into my theme’s CSS file. I had 
   forgotten that I had disabled all Forminator CSS while the theme was in development.
 * Cheers,

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Post content editor customization’ is closed to new replies.

 * ![](https://ps.w.org/forminator/assets/icon-256x256.gif?rev=3443182)
 * [Forminator Forms – Contact Form, Payment Form & Custom Form Builder](https://wordpress.org/plugins/forminator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forminator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forminator/)
 * [Active Topics](https://wordpress.org/support/plugin/forminator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forminator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forminator/reviews/)

## Tags

 * [content](https://wordpress.org/support/topic-tag/content/)
 * [editor](https://wordpress.org/support/topic-tag/editor/)
 * [posts](https://wordpress.org/support/topic-tag/posts/)

 * 3 replies
 * 2 participants
 * Last reply from: [mikehermary](https://wordpress.org/support/users/mikehermary/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/post-content-editor-customization/#post-16559970)
 * Status: resolved