Rocked
Add the following custom CSS to your theme:
1 2 3 4 5 6 7 8 9 |
body .btn-submenu, body .btn-menu { display: none !important; } body #mainnav-mobi { background-color: transparent; display: block !important; } |
Add the following custom CSS to your theme:
1 2 3 4 5 6 7 8 9 |
body .btn-submenu, body .btn-menu { display: none !important; } body #mainnav-mobi { background-color: transparent; display: block !important; } |