Re: Can anybody read a white text on wite background!!I am a
Posted: 06 Jan 2011, 17:41
Just put in your site template.css file some extra lines:
And al text will be black
And if you put in
All background of the marker will be yellow.
And if you put in
All text of the marker will be black.
Code: Select all
#phocamaps {color:black;}
And if you put in
Code: Select all
div #phocaMap div div div div div div div{background-color:yellow;
And if you put in
Code: Select all
div #phocaMap div div div div div div div{color:black;