I have never seen so much unnecessary CSS code in a theme yet.
I am trying to change the handheld menu button color, is there a simple solution?
A simple basic background and color then a before solution would have been much easier than the current solution.
Surely a simple
<button class="navbar-toggle">Main Menu</button>
.menu-toggle{font-size:1.2em;padding:0.5em 0.8em;background:000;color:#fff;}
.menu-toggle::before{content: "\25BC";margin-top:2px;margin-left:8px;}
would have been much easier.
This theme is hellish to work with and has more floats than a duckpond.