Make your website accessible in just 1 click – trusted by over 60,000 websites worldwide
CYBER WEEK
UP TO 60% Off

How to Hide OneTap Toolbar in Page Builder Mode

How to Hide OneTap Toolbar in Page Builder Mode

CSS Snippets

Configure Your Settings: After activation, go to the OneTap settings page to configure the plugin according to your preferences. 

				
					/* Elementor Builder */
body.elementor-editor-active .apop-container-toggle {
  display: none !important;
}
				
			
				
					/* Bricks Builder */.bricks-is-editing .onetap-container-toggle {display: none !important;}


				
			
				
					/* Oxygen Builder */.oxygen-builder-body .onetap-container-toggle {display: none !important;}


				
			
				
					/* WPBakery (Visual Composer) */
body.vc_editor .apop-container-toggle {
  display: none !important;
}
				
			
				
					/* Beaver Builder */
body.fl-builder-edit .apop-container-toggle {
  display: none !important;
}
				
			
				
					/* Divi Builder */
body.et-fb .apop-container-toggle {
  display: none !important;
}
				
			
				
					/* Thrive Architect */
body.tve_editor_page .apop-container-toggle {
  display: none !important;
}
				
			
				
					/* SiteOrigin Page Builder (Backend Preview) */
body.siteorigin-panels-live-editor .apop-container-toggle {
  display: none !important;
}
				
			
				
					/* SeedProd Landing Page Builder */
body.seedprod-builder-active .apop-container-toggle {
  display: none !important;
}