Comments Bryan started the conversationJune 5, 2014 at 3:47amI was wondering if there is anyway when having a header navigation link with nested links, if you could "turn off" the top one so the user can't click it. I know I can use js, but I am unsure where to put the code. 8,839Tahir repliedJune 5, 2014 at 9:34pmHey Byran!You can simply put in a hash symbol in the parent menu "#" .Thanks ThemeNectar Support Team Bryan repliedJune 5, 2014 at 10:09pmThanks! However is there a way to not even have it be clickable? I don't want someone to get confused. If it just reloads the homepage. 8,839Tahir repliedJune 5, 2014 at 11:17pmHey Bryan!Please see screenshot: http://prntscr.com/3pz6cp . You will have to add in the class in the menu and add below to custom css:.inactive-link { pointer-events: none; cursor: default; } Cheers ThemeNectar Support Team Sign in to reply ...
I was wondering if there is anyway when having a header navigation link with nested links, if you could "turn off" the top one so the user can't click it. I know I can use js, but I am unsure where to put the code.
Hey Byran!
You can simply put in a hash symbol in the parent menu "#" .
Thanks
ThemeNectar Support Team
Thanks! However is there a way to not even have it be clickable? I don't want someone to get confused. If it just reloads the homepage.
Hey Bryan!
Please see screenshot: http://prntscr.com/3pz6cp . You will have to add in the class in the menu and add below to custom css:
Cheers
ThemeNectar Support Team