I have problems with wordpress menu level classes.
<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
this is the code i used to generate my menu,
First level menu id is
ul id="menu-home"
second level class is
ul class="sub-menu"
but my third level menu also has same class as second level
ul class="sub-menu"
is there any way to change the class of third level or some other solution???
please help.. thankyou