Flat Able Bootstrap
Search
⌃
K
Welcome
Gulp setup
Structure
Customizer
Light & Dark Layout
Navbar Theme
Header Theme
Preset Colors
Sidebar Caption
Rtl Layout
Box Container
Plugins
Changelog
RoadMap
Powered By
GitBook
Navbar Theme
To change navbar background color in the theme change value in "
/gulpfile.js
".
To get a dark navbar in the theme change given below
const
dark_navbar
=
'true'
;
To get a light navbar in the theme change given below
const
dark_navbar
=
'false'
;
Previous
Light & Dark Layout
Next
Header Theme
Last modified
2mo ago