Editing: top-bar-menu.php
<ul class="stm_top-menu"> <?php $depth = ( apply_filters( 'stm_is_motorcycle', false ) ) ? 2 : 1; wp_nav_menu( array( 'menu' => 'top_bar', 'theme_location' => 'top_bar', 'depth' => $depth, 'container' => false, 'menu_class' => 'top-bar-menu clearfix', 'items_wrap' => '%3$s', 'fallback_cb' => false, ) ); ?> </ul>
Save
Back