Features:
- Dual Menu: FAB Menu & Side Menu
- Side Menu Style: Layout - 9 & 99 without logo
- Customizable Side Menu Width
- Customizable Side Menu Open/Close Toggle Button Icon Image
- Side Menu Text Transform Option
- Customizable FAB Toggle Icon Color, BG Color & Overlay Color
Layout Preview:
You can customize side menu open/close toggle button icon using image URL.
Example Icons:
FAB Menu consists first four features of an app, you can hide first four features from side menu using CSS nth-child formula as listed below.
.layout.fabmenu4 #sidebar ul li:nth-child(-n+4) { display: none; }