Make dropdown menu disappear on after click menu link

Hi! I have two dropdown menu’s in my nav bar, “about” and “investment strategies”. When I click on a menu link it takes me to the new section without making the menu disappear. How do i get the dropdown menu to go away onclick of the dropdown menu item?

sercea.webflow.io is my published site.

Someone please help!


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

1 Like

Hi @anaproehl!

I really didn’t know it, but you can solve this using interactions.

on dropdown link creates a click interaction to hide dropdown list using display none.

on dropdown creates a click interaction to show dropdown list using display block.

Eve Kayser

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.