Title: WP theme dev menu question
Last modified: August 19, 2016

---

# WP theme dev menu question

 *  [yaeko](https://wordpress.org/support/users/yaeko/)
 * (@yaeko)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/wp-theme-dev-menu-question/)
 * Hi!
 * It’s a long time ago that I themed a WP theme so I’ve forgotten a lot of things:(.
 * I want to style a menu with my own id and classes.
    so I call the menu function`
   wp_nav_menu` and I see that this is wrapped in a div, but I don’t want this, 
   how can I remove the div?
 * Thanks!

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

 *  Thread Starter [yaeko](https://wordpress.org/support/users/yaeko/)
 * (@yaeko)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/wp-theme-dev-menu-question/#post-1703559)
 * I tried to use this:
 *     ```
       <?php
   
                       $nav_args= array(
                           'menu'                => '',
                           'container'            => '',
                           'menu_class'        => 'horizontal-list clearfix',
                           'menu_id'            => 'nav',
                           'echo'                => true,
                           'theme_location'    => 'index'
                       );
   
                   ?>
                   <?php wp_nav_menu( $nav_args ); ?>
       ```
   
 * But it doesn’t work, anyone knows why?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/wp-theme-dev-menu-question/#post-1703646)
 * Short answer: You can’t. Although the Codex documentation implies that it’s possible
   to remove or change the container, it’s not currently possible.

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

The topic ‘WP theme dev menu question’ is closed to new replies.

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [15 years, 8 months ago](https://wordpress.org/support/topic/wp-theme-dev-menu-question/#post-1703646)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
