Atlantis Bootstrap The dashboard has customizable layouts
Atlantis has layout sections whose background color can be customized.
Change the color by adding attr data-background-color="[color]" .
For Body
's Background the color options are White, Grey ($grey2-color
and $grey-color
).
data-background-color="bg2"
data-background-color="bg1"
data-background-color="bg3"
For .logo-header
, .navbar-header
the color options are Dark, Blue, Purple, Light-Blue, Orange, Green, Red.
If you want to keep white then there is no need to add attr .data-background-color
data-background-color="dark"
data-background-color="dark2"
data-background-color="blue"
data-background-color="blue2"
data-background-color="purple"
data-background-color="purple2"
data-background-color="purple"
data-background-color="light-blue2"
data-background-color="orange"
data-background-color="orange2"
data-background-color="green"
data-background-color="green2"
data-background-color="red"
data-background-color="red2"