Title: &quot;Menu&quot; class for navigation
Last modified: August 19, 2016

---

# "Menu" class for navigation

 *  Resolved [Sonia](https://wordpress.org/support/users/nudge/)
 * (@nudge)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/menu-class-for-navigation/)
 * Hello,
    I recently developed a theme which is in the theme repository – [Liquorice](http://wordpress.org/extend/themes/liquorice)–
   and have some questions regarding the navigation styling. I used class=”menu”
   to style the navigation with three levels of drop-down menus but realize now 
   that it is not applied in the same way by WordPress depending on how the nav 
   is created.
 * **Default nav – without Menu editor:**
 *     ```
       <div class="menu">
       <ul>
       <li><a title="#">About</a></li>
       </ul>
       </div>
       ```
   
 * **Created with menu editor :**
 *     ```
       <div>
       <ul class="menu">
       <li><a href="#">About</a></li>
       </ul>
       </div>
       ```
   
 * Can anyone tell me if this is how it should be? I’m wary of fixing the style 
   but then creating problems for a whole new set of theme users.
 * Thanks!

The topic ‘"Menu" class for navigation’ is closed to new replies.

## Tags

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

 * 0 replies
 * 1 participant
 * Last reply from: [Sonia](https://wordpress.org/support/users/nudge/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/menu-class-for-navigation/)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
