Comment to 'Restricting site access'
  • Hello @Brett Von Holdt !

    By default, you may hide every site's menu item for the guests via the Studio->Naviagation->System->Site menu area. Or add the RAW block for each of those pages with the code like:

    <script>

    $("#bx-menu-toolbar-1-container).remove();

    </script>

    It will clean the top site menu in the Artificer template.