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

Remove the “Hide Toolbar” button (via CSS)

Remove the “Hide Toolbar” button (via CSS)

CSS snippet
				
					.onetap-hide-toolbar {
	display: none !important;
}
.apop-hide-toolbar {
	display: none !important;
}
				
			
How to add the CSS