-
@mercime replied to the topic Can't Find My NavBar Code In Frisco Theme in the forum How-to & Troubleshooting 11 years ago
@joelebeau wp_nav_menu)() generates the main navigation and you’d find it in your theme’s header.php file.
<?php wp_nav_menu( array( 'container' => false, 'menu_id' => 'nav', 'theme_location' => 'primary', 'fallback_cb' => 'bp_dtheme_main_nav' ) ); ?>
-
@mercime replied to the topic Change css of "nav-wrap" on front/home page only? in the forum How-to & Troubleshooting 11 years, 3 months ago
@joelebeau hard to guess. site url?
@joelebeau
Active 10 years, 6 months ago