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"
Or you can use data-background-full="[color]", so that the dashboard background is full. You can also make the dashboard background full using the background image by adding attr data-background-full="image" data-image="[url image]".
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"
You can also use custom color or use background images by adding attr data-background-color="custom"
data-background-color="custom" custom-color="#1f1e2e"
data-background-color="custom" custom-background="../../assets/img/bg_gradient2.png"