Creating Menus in Drupal 7 – Part 1 – Menu Structure Updated on August 16, 2021 by Scott Mitchell 1 Minutes, 3 Seconds to Read Now that we’ve covered the basics behind menus in Drupal, you may want to begin creating your own custom menu. There are a few steps involved in creating your own custom menu and they are covered in this two part article. The first thing you need is a basic menu structure. As this is a base structure it does not display on your page until you add menu items to it. Think of it more as an empty box that needs to be filled with menu items later. Creating a menu in Drupal 7: Log into your Drupal 7 dashboard Click Structure >> Menus To add a New menu click Add menu Fill in the Title and Description fields for the menu. The description field will display in the admin dashboard under the menu list, but it does not display any information to site visitors. Click Save. You have now created the menu structure in Drupal 7. This concludes Part 1 of our tutorial. Now that the basic menu is created, we will want to flesh it outadding menu items to fill out your menu and then place it somewhere in our theme so it displays to our visitors. If you need further assistance please feel free to ask a question on our support center. Share this Article Related Articles Finding 404 page not found errors in Drupal 7 Removing the site title in Drupal 8 Content Types in Drupal 8 Disabling user images for posts and comments in Drupal 8 How to add an image in Drupal 7 How to upload your custom logo in your Drupal 7 theme Setting custom logos in your Drupal 8 theme Fixing the “An unrecoverable error occurred” error in Drupal How to Make a Duplicate Drupal Site How to Install a New Theme in Drupal