We are running version 18.1.37.12158. In the map view, the white fonts for the map-object "Sizeable Icon on Status Related Background" are not visible for our panic board when the status is ok, unusual or warning. Is there a way to change the font color back to black as it was in version 17 and remove the blur from behind the font?
We are currently running the "light" theme as the dark theme is not acceptable for our use.
We can create a custom map-object if needed.
Article Comments
Hi there,
We officially do not support the below solution and all other customizations of PRTG!
You can find the explanation for this below:
To increase the font-size to 22px and to make the font black again, please add the following code to the "styles_custom_v2.css" on the Core Server under "C:\Program Files (x86)\PRTG Network Monitor\webroot\css\":
.map_object[class*=map_iconcolor_sens] .status, .map_object[class*=map_iconcolor_sens] span {color: #000 !important; text-shadow: none !important; font-size: 22px !important;}
.map_icon_large[class*=map_iconcolor_has] span {color: #000 !important; text-shadow: none !important; font-size: 22px !important;}
.map_object[class*=map_iconcolor_sens], .map_icon_large[class*=map_iconcolor_has] {color: #000 !important; text-shadow: none !important; font-size: 22px !important;}
Afterwards reload the map.
Best regards.
Feb, 2018 - Permalink
Hello, I did and do not works.
Even restart map, exist another method?
Nov, 2018 - Permalink
Hi there,
Should you use the latest version, please restart the Core Service after changing the "styles_custom_v2.css" on the Core Server to reload the CSS files.
Best regards.
Nov, 2018 - Permalink
Hi there,
We officially do not support the below solution and all other customizations of PRTG!
You can find the explanation for this below:
To increase the font-size to 22px and to make the font black again, please add the following code to the "styles_custom_v2.css" on the Core Server under "C:\Program Files (x86)\PRTG Network Monitor\webroot\css\":
Afterwards reload the map.
Best regards.
Feb, 2018 - Permalink