|
Changing style of Map buttons or infowindow |
|
|
|
|
Written by Mike Reumer
|
|
Wednesday, 26 September 2007 |
|
You can change the s tyle of the text on the buttons. Especially if you're site has white text on dark background. The class of the text in the buttons is "gmnoprint". So just add to your template CSS file: template_css.css: .gmnoprint div {color: #000000;} For the infowindow you can place a div in the text parameter like: {'mosmap text=<div style=color:#000000;>text</div>} Another solution is to place in the article around the {'mosmap}: <div style=color:#000000;>{'mosmap}/<div>
|
|
Last Updated ( Sunday, 02 March 2008 )
|