Change Navbar hidden classes
-
Hi!
I’m testing this theme at this website Sinapse and I would like remove “hidden-sm” class from navbar and add hidden-sm to mobile navbar class.I can do it in chrome’s inspector but i didn’t found how do it in header.php file.
<nav role="navigation"> <?php ( $eo_options['nav_select_menu'] == "1" ) ? $collapse = '' : $collapse = ' collapse'; ?> <div class="navbar-collapse<?php echo $collapse . $nav_select_hide ?>"> <?php if( $eo_options['custom_nav_markup'] == "1" ) { eo_main_nav(); // Adjust using Menus in WordPress Admin
Thank you and and I really like your theme.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Change Navbar hidden classes’ is closed to new replies.