Markers font color

Phoca Maps - displaying maps in Joomla! CMS
xega
Phoca Member
Phoca Member
Posts: 18
Joined: 19 May 2011, 20:40

Markers font color

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Markers font color

Post 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
If you find Phoca extensions useful, please support the project
xega
Phoca Member
Phoca Member
Posts: 18
Joined: 19 May 2011, 20:40

Re: Markers font color

Post 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??? :?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Markers font color

Post 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
If you find Phoca extensions useful, please support the project
Post Reply