Okay
  Public Ticket #3185370
​​How can I make a top navigation item a non-clickable link?
Closed

Comments

  •  1
    Brian Nieves started the conversation

    How can I make a top navigation item a non-clickable link?  I added a screenshot. I want to make the "InThe Community" menu item non-clickable, so they have to choose one of the sub-menu listed 

    Attached files:  Capture.JPG

  •  1,661
    Judith replied

    Hi Brian,

    Thanks for keeping in touch.

    Please try this css:

    #menu-item-100 { pointer-events: none; }

    Thanks.