Enterprise White Labelling not working

Hi

I am trying the white labelling in Grafana Enterprise but I can’t get it to work. If I login and look at my Settings than I can see it is being correctly read from my custom.ini file but I don’t see it on the login page. What am I doing wrong?

Grafana version is 7.1.3.

Example:

Set to complete css background expression to override login background

login_background = url(“http://www.bhmpics.com/wallpapers/starfield-1920x1080.jpg”)

Set to complete css background expression to override login box background

login_box_background = url(“http://www.bhmpics.com/wallpapers/starfield-1920x1080.jpg”)

Thanks in advance!

Hi, it seems like you’re using backtick quotes instead of normal quotes for the image url and they aren’t read properly in css.
You don’t need to wrap the urls in quotes and this should work:

[white_labeling]
login_background = url(http://www.bhmpics.com/wallpapers/starfield-1920x1080.jpg)
login_box_background = url(http://www.bhmpics.com/wallpapers/starfield-1920x1080.jpg)

Hi Alex

I tried it without quotes and restarted Grafana but still no go… What else could it be?

Hi @dannyg27 - Do you have an active Grafana Enterprise license? White labeling is turned off you do not have an active license: https://grafana.com/docs/grafana/latest/enterprise/license-expiration/