Set Skin

Change default skin and set fixed sidebar & navbar

Theme Settings

Remove handling of user settings by cookie

To do this for whole pages, open flaty.js and and remove/comment call to handleUserLayoutSetting(); function.

But if you want to disable this handling for specific pages (like this page), define var cookie_not_handle_user_settings = true; before including flaty.js. See source of this page, bottom scripts part.

Set Skin Color

To set default skin of page, you should set on of the following classes in body tag:

  • .skin-blue or nothing. skin-blue is default skin color

  • .skin-red

  • .skin-green

  • .skin-orange

  • .skin-yellow

  • .skin-pink

  • .skin-magenta

  • .skin-gray

  • .skin-black


Fixed Navbar

Add class .navbar-fixed to #navbar


Fixed Sidebar

Add class .sidebar-fixed to #sidebar

2013 © FLATY Admin Template.