Service Portal Menu now showing in mobile browser.

Brian Lancaster
Tera Sage

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:
find_real_file.png

After hovering over where the menu icon should be:
find_real_file.png

Is there anyway other then not using a white Navbar background that I can make the menu display?

1 ACCEPTED SOLUTION

Sure.  It's the second line in the html.  <nav class="navbar-inverse">

Change the class from navbar-inverse to navbar-default.

View solution in original post

10 REPLIES 10

Apologies.  It's Themes > Header.

find_real_file.png

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.

Sure.  It's the second line in the html.  <nav class="navbar-inverse">

Change the class from navbar-inverse to navbar-default.

ok got it misread your first post.

No problem! Glad that worked out for you 🙂