There is a statistical Html
<ul class="menu-nav"> <li><a href="#tabs-1">Your Title</a></li> <li><a href="#tabs-2">About Us</a></li> <li><a href="#tabs-3">Another Title</a></li> </ul>
When I output the wp_nav_menu function, it displays only menu links, and completely different styles are generated in the console ..
<ul class="menu-nav"> <?php wp_nav_menu(array('theme_location' => 'menu')); ?> </ul>
Help, how to solve this problem.