Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you want to create new theme style for your emakin system account, you may follow the guide belowIn 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

  1. Open

...

  1. Edit Domain

    1. Navigate to the Edit Domain

...

    1. section within the system administration.

...

  1. Go to Appearance

    1. Under the Domain Properties title, click on the Appearance subtitle.

  2. Enter

...

  1. Custom CSS

    1. In the CSS field, enter your custom CSS code to define the new theme style.

  2. Save Your Changes

    1. After entering your CSS code, click the Save button located on the top bar to apply the new theme style.

...

Example

Code Block
languagecss
.ak-layout-left {
    background-color: #385186 !important;
}

Filter by label (Content by label)
showLabelsfalse
max5
spacesEMK
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ( "css" , "theme" ) and type = "page" and space = "EMK"
labelsCSS Theme

Page Properties
hiddentrue

Related issues