All Collections
FAQ's and Troubleshooting
How to disable the Divi's Inline Text Editor
How to disable the Divi's Inline Text Editor

Customize Divi and disable its Inline text editor.

Eduard Ungureanu avatar
Written by Eduard Ungureanu
Updated over a week ago

Divi provides an Inline Text Editor for its text-based modules by default. This editor can be activated by selecting any text or part of it inside a module, such as the Text module.

Inline text editor

Deactivate the Inline Text Editor

  1. Go to WordPress Dashboard β†’ Divi β†’ Theme Options β†’ General Tab β†’ Custom CSS.

  2. Copy/paste the following CSS code:

    .et-db #et-boc .et-l .et-fb-inline-editor,
    .et-db #et-boc .et-l .et-fb-inline-editor.et-fb-popover {
    display: none;
    }

The result:

No Inline Text Editor
Did this answer your question?