Nav Bar
I removed the code I was told to in the theme header php file this code Remove this line from the file "theme-header.php"
<?php wp_nav_menu( array( 'menu_id' => 'nav', 'theme_location' => 'primary', 'container' => '', 'fallback_cb' => 'clpr_primary_nav_menu' ) ); ?> now I have know nav bar I wanted to removed it I have a plugin uber menu but I need the nav bar to show up above the slider can so one tell me what code and where to put it so I have a nav bar above the slider.
Sandi