Firmasite
In your WordPress Dashboard, go to Mega Menu > Menu Themes, select your active menu theme and insert the following into the ‘Custom Styling’ area on a new line:
1 2 3 4 5 6 7 8 9 10 11 |
nav .navbar-header { display: none; } nav .collapse { display: block; visibility: visible; } nav .navbar-collapse { padding: 0 !important; border: 0; } |