How to set a background image in Node-RED Dashboard 2.0?

Hi everyone,

I’m using Node-RED Dashboard 2.0, and I’d like to set a background image for my dashboard (either a local image or something from the internet).

I’ve tried a few things using CSS in a ui-template node and in the page settings, but so far nothing has worked — even simple things like setting a red background color don’t seem to apply.

Has anyone managed to get this working in Dashboard 2.0? Or does anyone know the right way to do it?

Thanks in advance!

This should help: UI Template Examples | Node-RED Dashboard 2.0

1 Like

This is indeed exactly what I meant!
Thank you very much!