"Top" wp_nav_menu() Classnames
Hi, I am trying to understand where the arguments for:
PHP Code:
<?php wp_nav_menu( array( 'theme_location' => 'top', 'sort_column' => 'menu_order', 'container' => 'menu-header', 'fallback_cb' => 'default_top_nav' ) ); ?>
in
theme-header.php are coming from? Specifically, I would like to know where the class of "right" is being assigned to these page items.
I would like to add custom classes or modify these for each page item, can anyone explain how to do this?