Create and Apply a Custom Theme Style
In Emakin, you have the option to override the current theme and customise the system’s appearance by applying your own CSS styles. Follow the steps below to create and apply a custom theme style.
Step-by-step guide
Open Edit Domain
Navigate to the Edit Domain section within the system administration.
Go to Appearance
Under the Domain Properties title, click on the Appearance subtitle.
Enter Custom CSS
In the CSS field, enter your custom CSS code to define the new theme style.
Save Your Changes
After entering your CSS code, click the Save button located on the top bar to apply the new theme style.
Example
.ak-layout-left {
background-color: #385186 !important;
}
Related articles
Copyright © 2010 - 2023 Emakin. All rights reserved.