I have created a google map to indicate the location of a production plant with a drupal marker on it. But when I click on that marker, the popup info box is blank and does not display the address of the location which seems to be written in brigth colours too (see the website: http://www.venetapesca.com/node/21). The same problem (a white colour that makes all not visible) occurred also using panel module.
Is there any way to fix those problems?
Thanks

Comments

jeremycaldwell’s picture

Status: Active » Fixed

Sorry it took so long to get back to you. Add this bit of CSS to your local.css file and it should do the trick.

.gmnoprint {
  color: #000;
}

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.