Title: 3 level menu?
Last modified: March 27, 2020

---

# 3 level menu?

 *  [docneet](https://wordpress.org/support/users/docneet/)
 * (@docneet)
 * [6 years ago](https://wordpress.org/support/topic/3-level-menu/)
 * Hi,
 * To make the lay-out of my website somewhat nicer, I chose teh Lighthouse theme.
   I made a child-theme of it so I can I can make adjustments without losing them.
   
   Everything looks okay, except the menu. I had a menu with 3 levels but I can 
   see only 2 of them. I found out on the internet that the Lighthouse theme was
   built this way. I saw that wp-bootstrap-navwalker has been used with this theme.
   In the file inc/extras.php I see the following:
 *     ```
       wp_nav_menu(array(
       ‘theme_location’ => ‘primary’,
       ‘depth’ => 2,
       ‘container’ => ‘div’,
       ‘container_class’ => ‘collapse navbar-collapse navbar-ex1-collapse’,
       ‘menu_class’ => ‘nav navbar-nav’,
       ‘fallback_cb’ => ‘wp_bootstrap_navwalker::fallback’,
       ‘walker’ => new wp_bootstrap_navwalker()
       ));
       ```
   
 * I already changed the depth to 3, but that doesn’t make any difference. I searched
   th internet for a solution but can’t find one working.
 * Does anyone know which file(s) have to be adjusted to make this working?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2F3-level-menu%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [EricH917](https://wordpress.org/support/users/erich917/)
 * (@erich917)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/3-level-menu/#post-12960596)
 * I need help with this as well, but I would prefer to avoid editing the theme.
   Is there a way to add a layer with custom CSS?
 * Here is the site I need help with:
 * [http://www.arlingtoncoc.com/](http://www.arlingtoncoc.com/)

Viewing 1 replies (of 1 total)

The topic ‘3 level menu?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/lighthouse/22.0/screenshot.png)
 * Lighthouse
 * [Support Threads](https://wordpress.org/support/theme/lighthouse/)
 * [Active Topics](https://wordpress.org/support/theme/lighthouse/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/lighthouse/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/lighthouse/reviews/)

## Tags

 * [customize menu](https://wordpress.org/support/topic-tag/customize-menu/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)

 * 1 reply
 * 2 participants
 * Last reply from: [EricH917](https://wordpress.org/support/users/erich917/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/3-level-menu/#post-12960596)
 * Status: not resolved