Κάντε τον ιστότοπό σας προσβάσιμο με 1 μόνο κλικ – εμπιστεύονται πάνω από 60,000 ιστοσελίδες παγκοσμίως

Πώς να αποκρύψετε τη γραμμή εργαλείων OneTap στη λειτουργία δημιουργίας σελίδων

Πώς να αποκρύψετε τη γραμμή εργαλείων OneTap στη λειτουργία δημιουργίας σελίδων

Αποσπάσματα CSS

Διαμορφώστε τις ρυθμίσεις σαςΜετά την ενεργοποίηση, μεταβείτε στη σελίδα ρυθμίσεων του OneTap για να διαμορφώσετε την προσθήκη σύμφωνα με τις προτιμήσεις σας. 

				
					/* 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;
}