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

The Machine
Kilo Sage

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.

When I go to SP Header Menu it is using a widget call Header Menu which does not have anything called navbar-inverse anywhere in the code.

find_real_file.png

It’s in the header menu widget itself

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.