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
Markers font color
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Markers font color
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
Jan
- 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
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 18
- Joined: 19 May 2011, 20:40
Re: Markers font color
Hi Jan and thanks for the reply. I'm using Phoca Bild template, do you know if the color is set there somewhere???
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Markers font color
Hi, add the following code to the template CSS (at the bottom):
in http://www.hafdal.dk/test/templates/pho ... /theme.css
Jan
Code: Select all
#phocamaps-box div.pmbox-greyrc div div div div {
color: black;
}
Jan
If you find Phoca extensions useful, please support the project