Black scheme
Last updated
Last updated
If we want to hide the left menu by default, we need to add a toggle class sidebar-left-hidden
to body through js, initially sidebar-left-hidden
will be appended to the body tag and the left menu will be in a hidden state, with a click on the hamburger, the class disappears dynamically in the body tag and the left menu will be activated.
The Leftmenu has the following structure :
If we want to remove the RightsideBar, we need to remove the following code which is present in navbar section
and we need to remove the code for Rightmenu content which is shown below
If we want to remove topbar menu section we need to remove the following code which is present in navbar section