
- 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-12-2020 07:45 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2020 07:50 AM
can you call out the code you change. All I found that seemed to do anything was this in the CSS.
.navbar-inverse .navbar-toggle {
border-color: rgba(255, 255, 255, 0.25);
}
And when I changed that all it did was seem to highlight the menu boarder in another color. So it kind of looked like more original screenshot.
- 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-17-2020 10:56 AM
ok got it misread your first post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2020 12:29 PM