Collection Landing Page with Dropdown Menu

Hi. How can I have a landing page in my collection page if I’m using the dropdown menu navigation?

It’s like if I hover to " Collection" Menu it should redirected to Collection Landing Page. Is it possible that two functions are used? Button and dropdown menu. Thanks

@Camille18 Hey, thanks for posting here.
can you please share the link to inspect it, thanks.

https://dazzleree.com/

  1. Open your site’s code editor

  2. Open your site’s header.liquid file (should be located in the sections folder

  3. On around line 500 you will see a liquid tag referring to sticky headers, after this line copy the following code (it’s a simple script that adds hover eventListeners to all menu items that create dropdowns)


Hope this helps, let me know if you have any issues!

and change the SPAN tag to A tag with {{ link.url }}.