• Resolved surf4444

    (@surf4444)


    Hello,

    Right now on my site, https://www.connectguild.com , I have a menu drop down for the categories that will be on my website. How do I make it so the word “categories” is not clickable and only shows the drop down options? I do not want “categories” to take the user anywhere. Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • cskyleryoung

    (@cskyleryoung)

    Assuming you are using a Custom Menu, you can create a Custom Link for the drop down header, and set the URL to #, which keep the link from actually leaving the page.

    If you further want to turn the pointer into a default cursor when hovering over this header link (so viewers don’t get confused and try to click on it), give it a class (for example .my-header-link), and then add this to your css:

    .my-header-link > a {
    cursor: default !important;
    }
    Thread Starter surf4444

    (@surf4444)

    Hmm, I am not sure where this is at. I am looking at the screen that is under Appearance >> Menus. Where would I put the “#” sign to make it unclickable?

    Jon

    Moderator Kathryn Presner

    (@zoonini)

    Where would I put the “#” sign to make it unclickable?

    In the URL field on the parent menu item:

    Menus Dyad 1 0 10 by Automattic WordPress

    Thread Starter surf4444

    (@surf4444)

    I am not seeing the URL field. It is starting with “Navigation Label” as the top item.

    Moderator Kathryn Presner

    (@zoonini)

    You’ll need to add a Custom Link in order to see that field and add your own URL.

    Menus Dyad 1 0 10 by Automattic WordPress 1

    Thread Starter surf4444

    (@surf4444)

    Perfect, thank you!

    Moderator Kathryn Presner

    (@zoonini)

    My pleasure! I’ll mark this thread as resolved but feel free to start a new one if you need help with anything else.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Menu Drop Down’ is closed to new replies.