
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2020 02:27 PM
We are planning to make our Navbar background white. However I noticed that when I you go to mobile view it is not showing the menu unless you hover over where it show be.
Mobile View:
After hovering over where the menu icon should be:
Is there anyway other then not using a white Navbar background that I can make the menu display?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2020 11:58 AM
Sure. It's the second line in the html. <nav class="navbar-inverse">
Change the class from navbar-inverse to navbar-default.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2020 03:10 PM
You won't be able to do it with the Brand Editor unfortunately.
However you can clone and modify the header widget. In the <nav> tag, change it from navbar-inverse to navbar-default. When I did it, it turned the navbar white, and gave the hamburger menu a gray color.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2020 08:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2020 04:10 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2020 06:43 PM
Right I was just showing you where I was seeing which widget my portal is using. At the bottom of my screenshot. When I open the header menu widget that is listed at the bottom of my screenshot there is no code for navbar-inverse.