Okay
  Public Ticket #226568
Top Level Navigation Links
Closed

Comments

  • Bryan started the conversation

    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.

  •  8,427
    Tahir replied

    Hey Byran!

    You can simply put in a hash symbol in the parent menu "#" .

    Thanks


    ThemeNectar Support Team 

  • Bryan replied

    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.

  •  8,427
    Tahir replied

    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:

    .inactive-link {
       pointer-events: none;
       cursor: default;
    }
    

    Cheers


    ThemeNectar Support Team