Title: Multi-level menu
Last modified: August 20, 2016

---

# Multi-level menu

 *  Resolved [aydblog](https://wordpress.org/support/users/aydblog/)
 * (@aydblog)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/multi-level-menu/)
 * Hi all,
 * Yet another question!
 * For the menu in the ribbon, I have categories which drop down to child categories(
   see [here](http://about-your-dress.com)) – but some of these child categories
   have children themselves, and I’d really like these to appear too, with a bit
   of an indent. Is this possible at all?
 * Thanks!
 * Ria

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [aydblog](https://wordpress.org/support/users/aydblog/)
 * (@aydblog)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/multi-level-menu/#post-3417000)
 * P.S. Would anyone also know the CSS to change the font of the ribbon and menu?
 * Thanks!
 * Ria
 *  Thread Starter [aydblog](https://wordpress.org/support/users/aydblog/)
 * (@aydblog)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/multi-level-menu/#post-3417101)
 * I’ve fixed the font of the menu, but I’m still having the hierarchy issue with
   the ribbon. Can anyone help?
 * Thanks!
 *  [vvonthetv](https://wordpress.org/support/users/vvonthetv/)
 * (@vvonthetv)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/multi-level-menu/#post-3417147)
 * I’m having the same issue. The Child category is working but the grandchild categories
   are not despite it all be structured correctly in Appearances > Menu.
    I’m not
   working in a child theme so the exact code to change in the Editor would be soooo
   appreciated. Thanks x
 *  Theme Author [alex27](https://wordpress.org/support/users/alex27/)
 * (@alex27)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/multi-level-menu/#post-3417148)
 * This issue will be fixed in the upcoming update. But meanwhile to show all available
   levels in the menu, you need to edit header.php. Find this piece of code:
 *     ```
       wp_nav_menu(array(
       'theme_location'=> 'primary-menu',					 	'container'=>'div',
       'container_class'=> 'main-menu',
       'menu_class'=>'sf-menu',
       'depth' => '2'
       ));
       ```
   
 * and change depth parameter value to 0 for unlimited menu levels.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Multi-level menu’ is closed to new replies.

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

 * 4 replies
 * 3 participants
 * Last reply from: [alex27](https://wordpress.org/support/users/alex27/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/multi-level-menu/#post-3417148)
 * Status: resolved