Make a top meny navigation clickable

Hi im using the theme Craft and i have a drop down menu. If a category has a sub category the main one is not clickable.

I have tried using the href=“{{ link.url }}”

And it works to getting it clickable. But then all the categories with sub categories get underlined. Also you have to press the small arrow beside the name instead on just the name like before.

Any help would be much appreciated.

Thanks!

Hi @Marris ,

Could you share URL store? I will help to check it.

Oh wow thank you!

https://4957c6-92.myshopify.com

Password: yaboff

I can get the menu clickable but only the small arrow beside the text. I would like to be able to press the whole name, not just the arrow.

Thanks for looking into it

Hi,

We can’t redirect and open drop down at the same time. I think we will show drop down when we hover on it and redirect after click.

I suggest code here https://github.com/eboost10/2640367/blob/main/2642389/sections/header-dropdown-menu-craft.liquid to replace for snippets/header-dropdown-menu.liquid

That works wonders, thank you so much!

Thank you very much Eboost for posting your solution. Works great! All the best for you.