How can I make the main link clickable in Debut theme?

I’m using the Debut theme and have my header menu set up to active when hoveing. However, the main link is no longer clickable. Any clue as to how to fix this?

My site is www.trinketbk.com and the password is TBKSoftLaunch20

2 Likes

@erika71690

On the debut theme, when the navigation becomes a parent navigator (Has navigations links under this main link), it becomes a dead link. Meaning you cant click it other than to drop down the links under it.

If you want to make the links active let me know, BUT if I was a customer and I want to drop down the menu I usually click. If the customer clicks expecting to show a dropdown instead of going to another page, they might get frustrated.

Hello, @erika71690

Thanks for post

it can be done some customization can you please contact PM

@JohnFromJotting I may be misunderstanding your response, but the customer doesn’t have to click in order to see the drop-down menu- all they have to do it hover over the parent link. But I’d like them to be able to click both the links within the parent link and the main link itself. Hopefully, that makes sense. I.E. When they hover “home” they can see all the categories within the home second and click one of them, or they can also click “home” itself and be taken to the full range of home products.

@erika71690

No, I think we are on the right page, personally what I do if I see a dropdown I would click the link to access the dropdown. If this were to happen on your page if you activate it, I would go off-page to the collection link page.

If this is what you want it can work, as the person said above, it would need to be customized, as right now that link you see has been turned into a button. This will need to be customized on your header liquid file to turn it to a link instead.

I would be able to do this for you as well. My email is down below if you choose me

I also need the top-level link to be clickable to the page. Would be great if you can post the solution for the forum.

3 Likes

Go to your Online store > Themes > Edit code > open site-nav.liquid, find this line of code


![Screenshot_5.jpg|1542x356](upload://nT2aYgu6ydiSbfkFpwza2Sai8bG.jpeg)

Change the button code below that line with this one.

```markup