Sticky Toolbar
Last updated: 25 April 2022LEADman's sticky toolbar gives you two options; a smart Back to Joomla button to go back to where you accessed the dashboard from, whether that was from the frontend of your website or the administrator; and a Logout button, you can log out from your website directly from LEADman's dashboard.
How to disable the Sticky Toolbar?
Add the following rules to a custom CSS file to hide the sticky toolbar:
html, #k-edit-bar-html-element { padding-top: 0!important; } #k-edit-bar { display: none; }