Make all menus in header clickable refresh theme

hello right now in my store all menus in header are not clickable. for example nike dunk is not clickable but nike dunk low is. ii would like to every menu be clickable. is there a way to achieve this. ill be happy if someone can help. thank you in advance
my store: https://resolvekicks.cz/
password: kundaa

Hi @skilrexxx
In this case the Refresh theme does not support for that function.
If you want to add click able for link, it require to change some code in your theme.

Hi @skilrexxx ,

Please go to header.liquid file, find ‘header-menu’ and change code here:

Code:


                          
                            {{ link.title | escape }}
                          

Hope it helps!

1 Like

hello thank you very much it works very well but there is still something i need help with.
how do i make the “yeezy” menu look the same way? thank you

skilrexxx_0-1670602452026.png

i also just noticed that jordan 1, first sub category is still not clickable, can we fix that? thank you

Hi @skilrexxx ,

You are referring to the color of ‘yeezy’?

Go to Assets > base.css and paste this at the bottom of the file:

.header__inline-menu .header__menu-item {
      color: rgb(var(--color-foreground));
}

Hope it helps!

Hey Litos thanks a lot i had the same problem.

But unfortunately i still have one issue. In a three level menu the menu items on level three are clickable by default. Thanks to your solution above we now also know how to transform the menu items from the first level to a link. But how do you transform the menu items from the second level to a link. That would be the Air Jordan 1 category in Skilrexxx case. Thank you in advance from Germany.