Customizing the background colors of the bottom bar

The default color in this sample is #002a3a for all elements.

  1. Open the app.custom.less file.

  2. Type the following code:

    Copy
    .navbar-footer .navbar-header { 
      background-color: <color code>; 

    .navbar-footer .navbar-collapse { 
      background-color: <color code>; 
    }

    ...where <color code> is the hexadecimal string for a color of your choice.

  3. Save the app.custom.less file.