I know its been on the forum before, but as far as I can tell not resolved. I stand corrected if this is resolved and I missed it.
Hello theReal4pixels!
You can add custom links and use the # symbol in place of a url to get non-active links.
Cheers!
Devin
Hi theReal4pixels!
I don’t think that would be possible with WordPress itself, maybe with a plugin, however you can put a # as the link and maybe with CSS do something like this to ‘hide’ the link hover effect:
#menu-main-menu > li > a{ cursor: default; }
Regards,
Josue