Navigation
Navbar
We have worked with the default Bootstrap Navbar and created three variations in colour: .navbar-white, .navbar-black and .navbar-navy. You can see an example of a white navbar below:

Double Navbar
If you have a lot of links in your navigation or you just want to display more information, you can use the double navbar. This basically means having 2 navbars, one with the class .top-navbar and one with the class .bottom-navbar.
Overlays
If you want a link in your navbar to open an overlay navigation (a layer that takes up the whole page), you can use the overlay functionality. You can see an example below:


Footer
There are three colour possibilities for the footer .footer-white, .footer-black and .footer-navy. Here is an example of a white footer.

Double Footer
If you have a lot of information to display in the footer or you want to add a subscribe form, you can use the double footer. Like in the case of the navbar, you will need the .footer-top class for the div that is on top and the .footer-bottom class for the one at the bottom.
Here is an example:

If you want to see more examples and properties please check the official Bootstrap Documentation.
Last updated