Hi,
I’m trying to modify the color of the “three lines” of the toggle menu in the mobile site without success. I’ve tried to apply the following CSS (suggested in a previous thread) without success:
.navbar-default .navbar-toggle {
border-color: transparent; /* Removes border color /
float: left; / Move navbar toggle to left /
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #f00; / Changes regular toggle color /
}
.navbar-default .navbar-toggle .icon-bar:hover {
background-color: #fff; / Changes toggle color on hover */
}
Any advice?
website: www.jonathangoldenberg.com
Cheers,
J