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