Navbar Design -

How do I get my navbar to look like the example below?

Hello @aa2zz6,

Thanks for asking. :slight_smile:

You can start designing menu as shown in screenshot with Ubermenu. Please take a look at the getting started guide for more information:

Thanks.

1 Like

Thanks! That was very useful. I do have a problem that I canโ€™t figure out. I removed all my custom navbar CSS & JS code but the page still turns transparent when I scroll down. How is this possibly if the code was removed?

Hi,

Itโ€™s already transparent from the beginning. The gray background is the background of your body.

If you would like it to be solid color on scroll, you can add this in Theme Options > CSS

body .x-navbar.x-navbar-fixed-top {
     background:#fff;
}

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.