Skip to main content
All CollectionsMainWP Customization
How to disable tooltips in MainWP Dashboard
How to disable tooltips in MainWP Dashboard
Updated over a month ago

Many input fields and settings toggles have tooltips that help explain their function.

If desired, they can be disabled using CSS.

.mainwp-ui [data-tooltip]:before, .mainwp-ui [data-tooltip]:after { display: none !important; }

The easiest way to apply the code is using our Custom Dashboard extension and placing it in the CSS tab.

Did this answer your question?