# Template Options

# change skin

Josh comes with 2 color skins for admin panel, they are black and white skins.

they are located in public/assets/css

by default black.css is loaded, if you want to change it with it white color,

please open resouces/views/admin/layouts/default.blade.php and change app.css with app_white.css

# hide sidebar

To hide sidebar by on page load, please add following code any where in your js file.

$('.left-side').addClass('collapse-left');
$('.right-side').addClass('strech');

# boxed version

If you wish to have boxed layout, please add container class to your page body tag and your page will be converted to boxed version

Last Updated: 2/13/2021, 3:18:10 PM