Hi X Team,
In my header i have a few menu’s with drop down lists. The top name of the menu drop down list is also a page. I would just like to have it as a name and not as link to a page. Is that possible?
Thank you
Hi X Team,
In my header i have a few menu’s with drop down lists. The top name of the menu drop down list is also a page. I would just like to have it as a name and not as link to a page. Is that possible?
Thank you
Hello @smart_x,
Thanks for writing in! Yes, that is possible. Please edit your header and click your navigation element. Make sure that you have selected “Sub Indicator” as the sub menu trigger.
Hope this helps. Please let us know how it goes.
Hi X Team,
I assume that this explanation is for Pro. I do have Pro but always stayed with my default header from X.
At the time I found it too difficult to design my own responsive header.
Is there a way to achieve this in the default header from X?
Hello @smart_x,
Can you please check your site URL so that we can check your menu and how it looks like?
Thanks.
Hello X Team,
Ok, I’ll do that
Hey @smart_x,
It would be best that you use a Custom Link for your parent links. Just use # for the href.

This is also doable with a bit of custom CSS but please just note that I don’t recommend this and this should only be treated as a guide. I’m not sure of the effects of this so if this creates issues now or in the future, please forward this to a personal developer. Below is the code which should be added in Theme Options > CSS.
.menu-item-has-children > a {
pointer-events: none;
}
.sub-menu a {
pointer-events: auto;
}
Hope that helps.
Hi X Team,
Your message is not totally clear for me. Should I do both or choose between them?
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.