Custom menu ul class
-
I googled, but could’t find an exact answer.
This is what i have in use
wp_nav_menu( array('theme_location' => 'masthead', 'container' => false, 'menu_class' => 'mastheadnav dropdown' ));
it returns me
<div class="mastheadnav dropdown"> <ul> <li class="page_item page-item-2"><a href="#" title="About Us">About Us</a></li> </ul> </div>
I need mastheadnav dropdown classes to be assigned to
<ul>
element, not to a wrapper div. How do i achive that?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Custom menu ul class’ is closed to new replies.