How Do I Make a WordPress Menu Non Clickable?

Making a WordPress menu non-clickable is a great way to keep users from accidentally navigating to unwanted pages. To do this, you’ll need to create a custom CSS class and add it to the menu items. Here’s how to do it:

1. Open your WordPress admin panel and go to the Appearance section.

2. Click on the Custom CSS tab and enter the following code into the text field:

.menu-non-clickable { display:none; }

3. Click on the Save Changes button to apply the new CSS rule.

4. Now, you’ll need to add a class to the menu items that you want to make non-clickable.

To do this, go to the Appearance section and click on the Menus tab.

5. Click on the Add New Menu Item button and enter the following code into the text field:

6.

7. You’re Done! Your WordPress menu should now be non-clickable.