Dark Header Toolbar Layout
There are two available methods to get the dark header toolbar layout.
Using Bemat Theme API
Using the Bemat Admin Theme API, you can easily set the style you want.
Dark Header Toolbar JAVASCRIPT Code:
bematadmin.App.theme.darkHeaderToolbar();
Light Header Toolbar JAVASCRIPT Code:
bematadmin.App.theme.lightHeaderToolbar();
Using Manual Method
Add the .dark-header-toolbar
class to the body
element of the page.