Titles in drop down menu

**Question
Anybody know if Wix Editor has the capability to set up titles in the drop down menu so I can separate course pages in the drop down menu - so for example I want to put summer courses under ‘Summer’ and ‘Winter’

Image attached as example.

Product:
Wix Editor

Are you searching for the PLACEHOLDER ?
https://dev.wix.com/docs/velo/api-reference/$w/dropdown/placeholder

Or are you searching for the label ?
https://dev.wix.com/docs/velo/api-reference/$w/dropdown/label

1 Like

Here’s an example of how you might structure it.

  • Main menu item
    • Submenu title
      • Site page
      • Site page
    • Submenu title
      • Site page
      • Site page

And this is what it would look like:

But this do not look like a dropdown.
What is it?

Mega-Menu ?

The example in my screenshot is a normal horizontal menu - it has 2 levels of navigation and the submenu is set to the “Columns” layout :slight_smile:

2 Likes

Thank you! This helps a lot!