Joomlatools Support Center
Disabling the sticky toolbar.
Is it possible to disable or hide the sticky toolbar? I would prefer to simply add an additional menu item to my current user menu.
Thanks
Answer
Hi Michael,
Add the following rules to a custom CSS file to hide the edit bar:
html, #k-edit-bar-html-element {
padding-top: 0!important;
}
#k-edit-bar {
display: none;
}
There are 16 more comments in this ticket.
Subscribe or login to join the discussion!