• Is it possible to make a link in the top menu “not clickable”. So that only the sub links beneath this link will be clickable?

Viewing 2 replies - 1 through 2 (of 2 total)
  • @nissekarlsson

    Add a Custom Link: In your WordPress dashboard, navigate to Appearance > Menus. Click on the Custom Links section on the left. In the URL input, replace “https://” with a pound sign “#”, and enter whatever text you want for the Link Text  This will create a menu item that isn’t linked anywhere.

    Or use custom CSS:

    .unclickable > a:hover {
      cursor: default;
    }

    Either of these two. Hope that helps ??

    Alor Web

    (@jerrymayalor555)

    Hi @nissekarlsson,

    It would be great if you could share a link to your website so that we could better help you with the menu link.
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Making the top link in menu “not clickable”!’ is closed to new replies.