03/14/2013 at 8:30 am
#254045
Keymaster
@ Christiane
I definitely believe the theme is the cause. On line 479 of the theme’s style.css file the background color of images are being set to white. Not knowing why the theme author made that decision, I do not recommend changing that, so we’ll override it only when a Google Map is shown within Connections. Add the following to the to the end of the theme’s style.css file:
.cn-gmap img {
background-color: transparent;
}
That should fix things up.
