...

/

Update the Navbar

Update the Navbar

Learn how to update the CSS for our navbar.

Visually comparing the navbars

Before changing our new navbar’s CSS, let's visually compare the two navbars. 

With this quick comparison, we see there are just two main differences between the two navbars:

  • The dropdowns’ borders are not rounded in the source theme. The search input’s borders are rounded.

  • There’s a bottom border on the nav element in the source theme.

Make the needed changes

Let's try to fix the things mentioned above quickly by editing the code.

Guide for making the

...