Okay
  Public Ticket #3216394
Navigation
Closed

Comments

  •  3
    HeathM717 started the conversation

    How can I make it so that the "About" in the nav isn't clickable? I don't want it to lead to a page, I just want it there so you can view the dropdown options.

  •  1,643
    Judith replied

    Hello there,

    Thanks for keeping in touch.

    Please try this css:

    li#menu-item-28 {
        pointer-events: none;
    }

    Thanks.