Skip to content

Apply a Custom Theme Style

Use this page when you want to override the domain theme with custom CSS. This is a domain-level appearance change, so test it carefully before applying it in production.

Typical Workflow

  1. Open Edit Domain.
  2. Go to Appearance under Domain Properties.
  3. Enter the required CSS in the CSS field.
  4. Save the domain changes.
  5. Re-open the user interface and verify the affected screens.

When to Use This

Custom CSS is useful when you need to align the system with organisation branding or make controlled UI adjustments that are not covered by the standard appearance settings.

Warning: Custom CSS applies directly to the active theme. Poorly targeted rules can make parts of the interface hard to use or visually inconsistent after product updates.

Example

1
2
3
.ak-layout-left {
    background-color: #385186 !important;
}