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