Title: Twentyten dropdown menu &#8211; how to delete it?
Last modified: August 20, 2016

---

# Twentyten dropdown menu – how to delete it?

 *  Resolved [matthisco](https://wordpress.org/support/users/matthisco/)
 * (@matthisco)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/twentyten-5/)
 * Can someone please tell me how I can delete the default drop down menu that appears
   when pages have subpages?
 * Is there a CSS change or script I need to delete?
 * Thanks

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

 *  [Digital Raindrops](https://wordpress.org/support/users/adeptris/)
 * (@adeptris)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/twentyten-5/#post-2249777)
 * Go to Admin > Appearance > Menus
 * Create a new menu and add the items you want, order indent and sort however you
   want.
    Then in Template Location > Primary Location select your new menu.
 * If you do not indent any menu items they will not show, to indent just drag right
 *  Thread Starter [matthisco](https://wordpress.org/support/users/matthisco/)
 * (@matthisco)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/twentyten-5/#post-2249789)
 * Thanks for the reply.
 * I need my menu to be dynamic, and add pages add hoc etc
 * Can I just change the CSS or JS instead? Disable it somehow, or change the selector
   so it doesn’t workk?
 * Thanks again
 *  [Caroline Moore](https://wordpress.org/support/users/sixhours/)
 * (@sixhours)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/twentyten-5/#post-2249793)
 * I would do this in a child theme, so as not to change the core files. In header.
   php look for this:
 * `wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => '
   primary' ) );`
 * And change like so:
 * `wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => '
   primary', 'depth' => 1 ) );`
 * That should only display the first level of pages or menu items in your nav menu.
 *  Thread Starter [matthisco](https://wordpress.org/support/users/matthisco/)
 * (@matthisco)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/twentyten-5/#post-2249971)
 * Hi Folks,
 * Thanks for your replies, I still cant get rid of the menu when you hover over
   a menu item, if you hover over ‘about us’ you will see what I mean.
 * [http://gptemplate.6te.net/](http://gptemplate.6te.net/)
 * Any help much appreciated.
 * Thanks
 *  Thread Starter [matthisco](https://wordpress.org/support/users/matthisco/)
 * (@matthisco)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/twentyten-5/#post-2249972)
 * FIXED – working now? very strange

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

The topic ‘Twentyten dropdown menu – how to delete it?’ is closed to new replies.

## Tags

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

 * 5 replies
 * 3 participants
 * Last reply from: [matthisco](https://wordpress.org/support/users/matthisco/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/twentyten-5/#post-2249972)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
