Change dashboard appearance

Hello everyone,

does anyone know it its possible to change the dashboard appearance outside of the nodered settings. for instance with a colorpicker in the dashboard or somth like that ?

Thanksss

Yes it is.

What aspects of the dashboard appearance do you want to customise?

1 Like

@jbudd
every aspect where its red right now

Without using Javascript:

I can change an element's color using a predefined CSS style in a template - cf Optional CSS class names.
I can use a message property (from a colour picker) to style any HTML div that I create in a template - <div style="background-color: {{msg.rgb}};">

But I can't use a colour picker to change the dashboard header. Perhaps someone else can?
It is of course possible using Javascript, but I have never done it that way.

1 Like

Does someone else know how to solve my problem ?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.