How do I make a top menu item not clickable in WordPress?

How do I make a top menu item not clickable in WordPress?

There’s only 3 steps:

  1. Go to your menu under Appearance > Menu.
  2. Go to the Custom Link option and add an option with the display title and something in the URL field (I usually add a # symbol) Remember you can’t add a menu item with no link in the URL to the menu in WordPress.
  3. Then, just delete the symbol in the URL field.

How do I fix a broken navigation menu in WordPress?

Click the “Select a menu to edit” drop-down box, click the name of the broken menu, and then click the “Select” button.

How do I make a WordPress menu Unclickable?

WordPress Menu: Make a Menu Item in a Drop-down Menu Unclickable

  1. Go to Appearance->Menus.
  2. Go to the Custom Links box.
  3. In the URL area, put ‘#’ (just the pound sign, not the apostrophes)
  4. In the Label area, put the name of the menu item you’d like to create.
  5. Click the ‘Add to Menu’ button.

How do I make a WordPress image not clickable?

First, you will just need to select the image by clicking on it. Then, you will see the pencil “Edit” icon appear. Click the pencil icon to edit the image. Under Display Settings set Link to “None”.

Why is my WordPress menu not working?

Please make sure that all the plugins and the theme that you are using are up to date. If the issue is still not solved, please disable all the active plugins and leave only the Newspaper theme activated. If that solves the issue, please re-enable the plugins one by one while testing each time if the issue appears.

Why is my WordPress menu not dropping down?

You have built a custom menu, but you have selected it as the primary menu, which is why the menu isn’t appearing. You also have not actually assigned any drop-down items to that menu. Please see http://en.support.wordpress.com/menus/ for details. As for that Help page on Custom Menus…

How do you make a link Unclickable?

Here is the pure HTML/CSS solution :

  1. remove the “href” tag, and put your anchor in the “name” attr (you probably knew this already)
  2. Add the following style to your link : a{ text-decoration: none; cursor: default; }

How to make a menu item not clickable in WordPress?

In the Menus page, click the Screen Options tab at the top-right. Make sure CSS Classes box is checked off, and then close the Screen Options section. Next, click on the unlinked menu item, and add a class named “unclickable.”.

Why is the pointer not clickable in CSS?

The menu item doesn’t link anywhere, but it still shows the “pointer” cursor when you hover over it. There’s one more step you can take to make it obvious this menu item isn’t clickable. In the Menus page, click the Screen Options tab at the top-right. Make sure CSS Classes box is checked off, and then close the Screen Options section.

Where do I find unclickable menu item in CSS?

In the Menus page, click the Screen Options tab at the top-right. Make sure CSS Classes box is checked off, and then close the Screen Options section. Next, click on the unlinked menu item, and add a class named “unclickable.” With the CSS class added, we can now target that specific menu item with CSS.

Is it possible to make a drop down menu unclickable?

It only takes a minute or two. Most WordPress webmasters will use this to make the parent menu item unclickable in a drop-down menu. While it’s a great technique for that, you can make any number of menu items unclickable, and they don’t have to be top-level menu links either.