Title: Submenu (dropdown menu)
Last modified: April 9, 2019

---

# Submenu (dropdown menu)

 *  [brauliofarnese](https://wordpress.org/support/users/brauliofarnese/)
 * (@brauliofarnese)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/submenu-dropdown-menu/)
 * Hi,
 * I was wondering if the theme allows the submenu (dropdown menu) feature.
    I’m
   dragging and dropping the items in the menu builder, but it only hides the underneath
   items when I update the changes.
 * Thank you!

Viewing 1 replies (of 1 total)

 *  Theme Author [ahuseyn](https://wordpress.org/support/users/ahuseyn/)
 * (@ahuseyn)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/submenu-dropdown-menu/#post-11411634)
 * Hello [@brauliofarnese](https://wordpress.org/support/users/brauliofarnese/)
 * Thank you for your helpful proposal. Adding submenu support is in my to-do list.
   This feature will be available in next update.
    But if you want to add this functionality
   to your site right now you can follow these steps:
    -  Create a child theme
       Add this code to your child theme’s **function.php**
      file
 *     ```
       function winterblues_menu_settings() {
         wp_nav_menu( array(
           'theme_location'  => 'nl-header',
           'depth' => 0,
         ));
       }
       ```
   
    -  Then create your own style for submenu elements and add them to your **child
      theme’s CSS file.**
 * Thank you!

Viewing 1 replies (of 1 total)

The topic ‘Submenu (dropdown menu)’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/winter-blues/1.5.1/screenshot.
   png)
 * Winter Blues
 * [Support Threads](https://wordpress.org/support/theme/winter-blues/)
 * [Active Topics](https://wordpress.org/support/theme/winter-blues/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/winter-blues/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/winter-blues/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [ahuseyn](https://wordpress.org/support/users/ahuseyn/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/submenu-dropdown-menu/#post-11411634)
 * Status: not resolved