I spent about an hour today working on this for the Drupal website and finally figured out this bug:

Add this to your css file and make sure to change the colors to your own schemes!

/* Change the font color in the Google Map (GMap) pop up info bubbles. */
div.gmnoprint {
color: #000;
background: #fff;
}

/* Change the link colors in the Google Map (GMap) pop up info bubbles. */
div.gmnoprint a {
color: #3879d9;
}

WARNING:

If you change the background color, it also changes the transparent color behind the zoom in buttons and credits in the Map window.

Good luck!

Tagged with:
 

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>