- Dashboard
- Customizable
Sidebar Menu Styles
There is 4 different menu style for your sidebar.
Default
Colorful Icons
Square
No Icons
Less
Less.css and Normal.css - Both are available
We used Less for developing for css part. But its styled for normal css. You can find your less file in your css folder.Power of Less
All colors are coded on less. You can see that at the beginning of the less file
You can easily edit what you want.
Example:
Change your primary font family.
Find@primaryfont
on your less file.Edit it what you wish.
Thats it.
Colors
We did mostly class on RGBA color system. You can basicly need change the color code for the element style.
Change your background color what you want.
Other elements on #top div will gonna adapted of your color.
It's pretty easy.
It's so easy to make it.
Example:
You want to change the top bar color ? Open 'style.css' on your theme folder and find#top
class.Change your background color what you want.
Other elements on #top div will gonna adapted of your color.
It's pretty easy.
Layout
Modern based on bootstrap grid system.
Learn more