How to create a submenu on hover

hello guys

What’s the best way to create a submenu on simply hovering over a menu item?

Hi. Turn your nav item into a reusable element. Inside that reusable element you add a floating group. Setup conditionals to only show that floating group on a specific navlink (let’s say you added is_dropdown to the navlink item).

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.