Bootstrap Basic
From your WordPress Dashboard, go to Appearance > Customize > Additional CSS and enter the following::
1 2 3 4 5 6 |
.navbar-collapse { display: block !important; } .navbar-header { display: none !important; } |
From your WordPress Dashboard, go to Appearance > Customize > Additional CSS and enter the following::
1 2 3 4 5 6 |
.navbar-collapse { display: block !important; } .navbar-header { display: none !important; } |