Comment to 'Restricting site access'
  • Then try to use this code:

    <script>
    $( document ).ready(function() {
      $("#bx-menu-toolbar-1-container).remove();
    });
    </script>
    
    • Thanks a lot. i've tried it. The code works but it still behaves the same as the previous one. When you resize the page window or zoom in or change the page view to mobile view, the hamburger menu icon displays again and the menu items are back. Any other idea?