Page 1 of 1

Markers font color

Posted: 04 Feb 2015, 17:36
by xega
Hi!

Where can I change the font color for the markers? They are white at the moment, and the background is white so the text is "invisible". See an example here: http://www.hafdal.dk/test/index.php/is/kalastadhir

Re: Markers font color

Posted: 08 Feb 2015, 00:33
by Jan
Hi, there is no option to set the font color:

- check your template (if it is not set by your template)
- check the html source code of description of the marker (in administration) if there is not set white color :idea:

Jan

Re: Markers font color

Posted: 08 Feb 2015, 15:11
by xega
Hi Jan and thanks for the reply. I'm using Phoca Bild template, do you know if the color is set there somewhere??? :?

Re: Markers font color

Posted: 12 Feb 2015, 00:56
by Jan
Hi, add the following code to the template CSS (at the bottom):

Code: Select all

#phocamaps-box div.pmbox-greyrc div div div div {

color: black;
}
in http://www.hafdal.dk/test/templates/pho ... /theme.css

Jan