If you are using the Google Category Add for Sobi, the custom html for the Google Info Window pop up is limited.
There is one bug - if you add formatting and custom output the module editor removes the < br / > . So you have to reenter them every time you edit.
You can't easily change the background color of the pop up google info window, but you can make it easier to read.
Here are the before and after to make it readable...
The template being used is the Terran Tribune from Rocket Theme. A good template, but the text and link color is too light for Google's InfoWindowHtml.
Here is what it looked like:
After adding this
<div style="padding-right: 10px;">{icon}</div>
<div style="background-color: #0e4063">{link}
<br /><br />{field_street}<br /><br />Category: {categories}
</div>
It looked like this:
|