---
label: Reordering and disabling menu links
related:
- menu_ui.menu_item_add
- menu_ui.menu_operations
- core.menus
---
{% set structure_menu_text %}{% trans %}Menus{% endtrans %}{% endset %}
{% set structure_menu_link = render_var(help_route_link(structure_menu_text, 'entity.menu.collection')) %}
{% trans %}Goal{% endtrans %}
{% trans %}Disable menu links or change the order and hierarchy of menu links.{% endtrans %}
{% trans %}Steps{% endtrans %}
- {% trans %}In the Manage administration menu, navigate to Structure > {{ structure_menu_link }}.{% endtrans %}
- {% trans %}Click Edit menu for the menu that you want to edit.{% endtrans %}
- {% trans %}Drag menu links into a new order, or check/uncheck Enabled to enable or disable menu links.{% endtrans %}
- {% trans %}Click Save to save your changes.{% endtrans %}