Add Submenus and Dropdown Menus
💡 In this guide, you will add dropdown items and normal menu items to the navigation. Estimated time: 3 minutes.

If the default template is not using a dropdown menu, do not edit only the labels. First enter this AI prompt: Replace it with a menu that supports dropdown categories, not a dropdown card style, so the system can add or replace the menu with a dropdown menu module.
Use dropdowns to group similar destinations, such as product categories under Products and About or Contact pages under Company. Consider grouping only when the top menu exceeds 6 items, and keep the first round to 1 or 2 dropdowns.
Find the page first
Path: AllinCMS Workspace site list → Target site → Enter Admin → Themes → Current theme pages → Home or target page



Overview
1. Select the Navigation
Open the page designer and click the top navigation area or menu component. The right-side Props panel appears after selection.

2. Add a Dropdown Item
In Props, find + Add dropdown item.
Use this for menu groups such as:
Products: product categories.Solutions: solution pages.Company: About, Contact, and News.
After adding it, enter the menu label and target links inside the dropdown.
Common structure:
Products
- Wireless Earphones
- Bluetooth Speakers
- Smart Watches
3. Add a Normal Menu Item
In Props, find + Add menu.
Use this for regular navigation items such as:
About Us
Contact Us
OEM
If the menu should open a page, set Target to Custom and enter the real path, such as:
/contact-us
4. Check the Frontend
After setup, preview or publish the page and check:
- The new menu item appears.
- The dropdown expands when hovered or clicked.
- Each menu link opens the correct page.
Desktop dropdowns are not enough. Open the mobile menu and test once.
Pitfalls
| Mistake | Result | How to avoid it |
|---|---|---|
| Label entered but no link | Click does nothing | Set both label and Target |
| Guessing links | May show 404 | Copy the real page path |
| Too many dropdown items | Visitors cannot scan it | Group and keep it concise |
| Only testing desktop | Mobile menu may be hard to use | Test on mobile too |
Next
📌 Redirect Links - read this if you are not sure how to fill links.