Show active Value in Dropdown

Hey guys,

do anyone of you know, if it is possible to show the active Value of the dropdown menu as a “title” of the dropdown menu?

For example the subpage to which it is linking to?

Thanks a lot in advance

Best
Daniel

You mean you would have a “Company” dropdown linking to “contact” and “jobs”, and the menu would read “jobs” when you’ve reach the jobs section?

By cheating with interactions, probably, but out of the box, no. With interactionsyou would have to pile up appropriate named elements on top of the “company” label (but inside the button link so it still capturing the click on the menu) and display them (opacity zero to 100) with an onScroll trigger, or a onClick trigger (when a submenu item is clicked). (onScroll is better because it would happen even without a click).