Support › Forums › Support (Legacy) › my mobile menu disappeared › Reply To: my mobile menu disappeared
21/06/2016 at 12:12
#1808
Keymaster
Hi Tamar,
It’s because the background is white and the menu is white…
Just add this CSS:
.navbar-toggle .icon-bar {
background-color:#000;
}
