Change font color in clock widget

Hi all,

sorry for this newbie question but I just started with HabPanel. In my dashboard nearly all text is in #0db9f0 color but I used the clock widget and the text is white. Where can I change it to my standard color?

Stephen

Find the class that the widget uses and override it with {color:xxx}. There’s a setting where you can use your own css file.

Thanks, but this is exactly my problem. I only found /var/lib/openhab2/config/org/openhab/habpanel.config. I changed here the font size for testing, but after reboot it was overwritten with the old value. Does anyone know where the right file is?

?

I was referring to the setting from the web UI itself.

Create a css file, put it inside your oh conf -> html folder. In the setting above (screenshot), put /static/yourcssfile.css

1 Like