I am trying to get a visible hamburger icon appear on a homepage's navbar. So far it is transparent. The code is below:
<nav class="navbar navbarcolor navbar-faded">
Home
Page 1
Any suggestions will be appreciated.
Add following to your css
.icon-bar {
background-color: black;
}