The Theme Editor allows you to customise page appearance without CSS by adjusting colours, borders, shadows, and other presentation settings in the Presentation tab, or by editing CSS in the Source tab. Themes apply consistently across panels within a section, and users with appropriate access can create and manage themes for Custom Pages and System dashboards.
Themes are applied at the section level, allowing different themes per section or a single theme across the entire page. They are stored at the instance level, meaning any Custom Page or System dashboard themes you create are available across sites and homepages, respectively, within your HighQ instance. However, they are not interchangeable (i.e. System dashboard themes are not visible within sites and Custom Page themes are not visible at system level).
Themes can be applied to Custom Pages only, not to legacy dashboards.
There are two modes for customising themes:
Presentation tab
- Use visual controls such as colour pickers, toggles, and sliders to adjust settings without writing code. Changes are reflected in real-time in the Preview tab.
Source tab
- Edit the underlying CSS directly for advanced customisation. Editing CSS in the Source tab disables the Presentation and Preview tabs. To re-enable them, select
Reset
to restore the previously saved theme settings.
Themes are validated for uniqueness when saved. If a theme name already exists, the system appends an integer to create a unique name (for example,
ThemeName (2)
).
If you provide unacceptable or invalid CSS in the Source tab, the system applies the System default theme instead.