I am tryin to tweak the GeoMaps. I would like to change the colour of the "green" icons so that they stand out a little more on the map. Is this possible with GeoMaps custom CSS ?

Is it possible to get a full list of all the CSS changes I could make (across all of PRTG). It would save me asking multiple questions ?


Article Comments

Hi,
you can change the colours of the marker with the following code

.map-marker.up
{
  background-color: #b4cc38;
}

in file <PRTG Install Directory>\webroot\css\styles_custom.css. To change the colour, please just change the colour code, which here is #b4cc38.
There is no list of all changeable items as you can basically customize the whole web interface using CSS and JavaScript. A good starting point here might be the API Documentation (tab Website Styling).
Best regards


Nov, 2013 - Permalink

This css code doesn't appear to do anything in version 13.4.7.3706. Did something change?

I would like to change the map marker color so it doesn't blend into the map so much when it is green and is there a way to get rid of the white halo that is around the marker?


Apr, 2014 - Permalink

You have to change the color code #b4cc38 (fafault green) to some value that fits your needs.


Apr, 2014 - Permalink