Satellite 4

I find it confusing that every menu item (incl. submenu title) is clickable - and there is a page behind that. For example, let us say I have the following menu structure:

  • Home
  • ESNcard
    • What is ESNcard?
    • ESNcard discounts
  • Events
  • Contact

So in this example, I would like ESNcard menu title to be non-clickable as it serves as a head of a drop-down menu. Thus the user can click on everything in the example above but ESNcard. How can I achieve that?..

Answers

Hi, sure thing!

You can install a module giving you this option, however, such a menu item will not be styled properly (I tried myself).. but that's an easy css fix..

Check out https://www.drupal.org/project/special_menu_items

The other option is, of course, to set the parent item so it opens first child.