Theme Editor

Last modified by Aurelie Bertrand on 2026/06/22 16:57


The Theme Editor allows you to easily create a custom theme for your dashboards without needing any specialist knowledge. It also offers advanced customisation options should you require them.

It is available from the Settings menu in the Dashboard Editor.
You can also open it directly using the following link:
http://localhost:8080/digdash_dashboard/index-theme.jsp?domain=ddenterpriseapi

It is possible to create a bespoke base theme and then adapt it into several versions. For example, you could design a theme for the whole company, then create variants with different colour palettes for the Human Resources and Sales roles.

💡If you want to change the styles of the graphics, go to the Studio.

See the page Dashboard Theme Customisation for more details on fully customising the theme.

Prerequisites

You must have:

  • the Dashboard > Dashboard Customisation permission.
  • a dashboard to view changes in real time.

Create a new theme

When opened, the Theme Editor window appears as follows: no theme is selected.

Theme editor

To create a new theme:

  1. Click the Create button or the + button to the right of the Current Theme field.
    ➡ The New Theme dialogue box appears .
  2. Enter the name of your choice, then select the base theme: None, a DigDash theme or another existing theme that you wish to customise. By default, your theme will use the same settings and will therefore have the same visual appearance.
    Nouveau thème
  3. Click OK.
    ➡ The style settings and preview window will appear :
    • In the top banner, you’ll see the theme name and the base theme used.
    • The style settings are grouped by category.
      The ‘Additional CSS’ tab allows for advanced customisation for experienced users.
    • The preview window includes a tab containing your full dashboard, which you can navigate, and a tab dedicated to the login page.
      Theme_editor_new_FR.png
  4. Modify the settings as required: see the section Modifying style settings for further details.
  5. Once you are satisfied with the result, click the Save button at the bottom right of the editor window.

Editing style settings

⚠ There is no automatic save. Don’t forget to save your changes regularly by clicking the ‘Save theme’ button at the bottom right of the interface.

Style settings are grouped by category:

  • Global: settings for fonts, banners and the dashboard background, as well as settings for the login page.
  • Logos: images and settings for logos used throughout the dashboard.
  • Navigation: settings for navigation menus (tabbed or vertical).
  • Objects: settings for objects (chart containers, filters, comments, captions, etc.) and their titles.
  • Content: settings for the content of objects, the access portal and collapsible objects.
  • Other: list of custom variables.
    You can add a custom variable by clicking the ‘Create variable’ button: then enter its name and value

ℹ If you are editing an existing custom theme (created in a version prior to 2025R2) that contains CSS variables in addition to the DigDash variables, these will be listed here.

  • Additional CSS: CSS editor for adding custom CSS.

When you select a style setting, the affected elements are highlighted in the preview window: they are surrounded by a yellow dotted line.

Theme_editor_highlighted_items_logos_FR.png

If you then change the style setting, you can immediately see the visual result in the preview window.

Theme_editor_modified_items_logos_FR.png

Adding additional CSS

The ‘Additional CSS’ tab contains a CSS editor for more advanced customisation.
It can be used if you wish to modify the styles for elements that cannot be edited in the interface, or for a specific element in a specific context:

💡 Click the button 1761668291292-281.png to maximise the editor.

  • Enter the CSS and then click Apply: the result is immediately visible in the preview window.
    1761668200065-298.png Theme_editor_CSS_applied_FR.png

Example: Customising styles for a group in an access portal

Where grouping is used (pages grouped by role, etc.) in an access portal, the styles for each group can be customised using the CSS selector #dd-tiles-menu-content-slider_groupname in the Additional CSS tab.
For example, below, we are modifying the styles of the tiles in theTools group by adding the following additional CSS:

/*Tiles customization*/

#dd-tiles-menu-content-slider_Tools .dd-tile
{
background-color: #D5DFF0;
}

#dd-tiles-menu-content-slider_Tools .dd-tile-text
{
color: #000;
font-weight : bold;
}

Tiles_custo_en.png

Managing themes

Edit a theme

To edit an existing theme:

  • Select the theme of your choice from the Current Theme drop-down list and edit it as required.

Duplicate a theme

To duplicate an existing theme:

  1. Select the theme of your choice from the Current Theme drop-down list.
  2. Click the Duplicate button 1755781708142-282.png and then name it as you wish.

Deleting a theme

To delete a theme:

  1. Select the theme of your choice from the Current Theme drop-down list.
  2. Click the Delete 1755782140630-171.png button.