I am trying to transition the Navbar from the standard inverse; I manage most of what I want to do, but struggle with the Hamburger Menu. Once I switch from Navbar-inverse to Navbar I can not see the lines anymore. I found this code in the header but could not find a way to change the colour of the lines; also not sure if this is the right place for it.
<button type="button" class="navbar-toggle collapsed" title="{{ snippets["Header/Toggle Navigation"] | default: resx['Toggle_Navigation'] | h }}" data-toggle="collapse" data-target="#navbar" aria-expanded="false" onclick="setHeight();">
<span class="sr-only">{{ snippets["Header/Toggle Navigation"] | default: resx['Toggle_Navigation'] | h }}</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
Anyone able to help?