Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #91791

    Thit
    Participant

    Hello X Theme support.

    I would like to ask if I can somehow disable the links in my header menu, the ones that have dropdown menus from them.
    It would be better if they could not be clicked on. Currently they all lead to empty pages on my site.

    To better explain:
    For example there is a menu item called “About” with a few links dropping down from it. I would like the “About” not to be clickable and lead anywhere, but just to be there for menu organization purposes.

    My site (work in progress) is here: http://ofag.dk.linux43.unoeuro-server.com/wp/

    I hope you understand my question. I could not find it asked here in your forum.

    Thank you for your time,
    From Thit H, Denmark.

    #91798

    Paul R
    Moderator

    Hi Thit,

    To remove the links for parent menus.

    Go to WordPress Dashboard > Appearance > Menus

    For all parent menu( the one that has submenus)

    Remove the url from it, just leave it blank.

    http://screencast.com/t/gjqLSJoK8

    Hope that helps.

    Thanks

    #292360

    malamala
    Participant

    Hi guys,

    I also have this issue, but when I go to menu, and open the parent menu to edit, but I don’t have that URL option, how can I remove the link?

    Thanks!

    Sarah

    #292799

    Nabeel A
    Moderator

    Hi Sarah,

    Thanks for writing in! You’ll need to use the Custom Links in order to remove it’s URL. Please refer to the screenshot below:

    Adding a custom link menu item

    Hope this helps!

    #603070

    emmaob
    Participant

    Hi
    the screenshot is not working, could you provide another? I am not able to view it. Thanks!

    #603109

    Thai
    Moderator

    Hi @emmaob,

    Would you mind providing us with your website URL so we can take a closer look?

    Many thanks.

    #800387

    Mar10nK
    Participant

    Hi

    I would also like to make this menu unclickable.

    Can you help me?

    Regards
    Mar10nK

    #801007

    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .menu-item-has-children {
    	 pointer-events: none !important;
       cursor: default;
    }

    If that does not work, please provide us the site URL.

    Cheers!