I'm developing a website in wordpress and in the menu I have an item that is dropdown
as follows:
- HOME
- COURSES
- COURSE1
- COURSE2
- ABOUT
But I wanted the user not to be redirected to another page if he inadvertently clicked on COURSES, rather than clicking on one of the submenus.
How can I do this?