Title: Sub Menu Items Expanded by Default
Last modified: August 22, 2016

---

# Sub Menu Items Expanded by Default

 *  Resolved [ThatIOWGuy](https://wordpress.org/support/users/chrislowthian/)
 * (@chrislowthian)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/sub-menu-items-expanded-by-default/)
 * I have sub menu links in the sidebar but to view them you have to press the down
   arrow to expand the menu.
 * Is there a way to have the menu expanded by default? and to also to hide the 
   down arrow which expands the menu?
 * I am using a child theme to make the edits with.

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

 *  [Patrick Mackaaij](https://wordpress.org/support/users/mackaaij/)
 * (@mackaaij)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/sub-menu-items-expanded-by-default/#post-5678094)
 * Came across this functions.php addition yesterday:
    [http://www.hudsonatwell.co/tutorials/wordpress-twentyfifteen-tips-tricks/](http://www.hudsonatwell.co/tutorials/wordpress-twentyfifteen-tips-tricks/)
 * I was looking for something else so I haven’t tested it.
 *  Thread Starter [ThatIOWGuy](https://wordpress.org/support/users/chrislowthian/)
 * (@chrislowthian)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/sub-menu-items-expanded-by-default/#post-5678131)
 * Thank You! That worked Perfect!
 * I also added the following to my Child Themes Stylesheet which removed the dropdown
   arrow too:
 *     ```
       /* Hide Menu Dropdown Arrow */
   
       #sidebar .dropdown-toggle {
           display: none;
       }
       ```
   
 * Hope this helps others 🙂
 *  [Rydarush](https://wordpress.org/support/users/rydarush/)
 * (@rydarush)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/sub-menu-items-expanded-by-default/#post-5678472)
 * Its doesn’t working. some of the device resolution shows blank

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

The topic ‘Sub Menu Items Expanded by Default’ is closed to new replies.

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

 * 3 replies
 * 3 participants
 * Last reply from: [Rydarush](https://wordpress.org/support/users/rydarush/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/sub-menu-items-expanded-by-default/#post-5678472)
 * Status: resolved