Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 22 additions & 2 deletions content/applications/websites/website/structure/header_footer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ you can:

.. _website/header_footer/menu-items:

Adding menu items
-----------------
Add menu items
--------------

By default, pages are added to the menu as drop-down menu items when
:doc:`they are created <../structure/pages>`. To add a new menu item, follow these steps:
Expand Down Expand Up @@ -152,6 +152,26 @@ editor, then, in the :guilabel:`Mega Menu` section:

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 <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>`.

.. _website/header_footer/footer-design:

Footer design
Expand Down