Is it possible to change the default font color in maps from black to another color? For instance, white?


Article Comments

Hi Solaris187,

to change the default font color for maps please put the following css code in the <PRTG install path>\webroot\css\styles_custom.css (create the file if it do not exist):

#mapshow, #mapeditor, .mapshow {
  color: red !important;
}

Regards, Daniel


Oct, 2014 - Permalink

what services need to be rebooted to apply this? IIS?


Oct, 2014 - Permalink

It should not be necessary to restart any services, only to clear the browser cache.


Oct, 2014 - Permalink