diff --git a/content/applications/websites/website/structure/header_footer.rst b/content/applications/websites/website/structure/header_footer.rst index 58c6db1fc7..8cbb528865 100644 --- a/content/applications/websites/website/structure/header_footer.rst +++ b/content/applications/websites/website/structure/header_footer.rst @@ -167,3 +167,22 @@ section of the :guilabel:`Customize` tab in the website editor: - Hide or show the footer by toggling the :guilabel:`Page visibility` switch. To finalize changes, click on :guilabel:`Save`. + +Hide a dynamic menu item for non-logged in users +================================================ + +To hide a dynamic menu item (i.e., a menu item generated automatically by Odoo, for example, when +you install an app or module, such as `Events`, `Courses`, etc.) for non-logged in users, follow +these steps: + +#. :ref:`Enable developer mode `. +#. Go to :menuselection:`Website --> Configuration --> Menus`. +#. Expand the list of menus for the relevant website if needed, then click the menu item you wish to + hide. +#. In the :guilabel:`Visible Groups` section, click :guilabel:`Add a line` under + :guilabel:`Group Name`. +#. Search for the group :guilabel:`User types / Portal`, select it, then click :guilabel:`Select`. +#. Save. + +.. tip:: + To hide the `Shop` menu item, :doc:`restrict ecommerce access to logged-in users <../../ecommerce/customer_accounts>`.