Quote:
Originally Posted by Harry72
Yes, the hack is wonderful, but i can't see the text under the username in the PopUp.
And yes, there is an input. :nervous:
I think that's an individual styleprob. :tired:
|
Harry,
Look for the template VBGooglemap_display_map
Look for:
Quote:
var content = "<div align=\"center\"><strong>"+title +"</strong></div>" + "<hr width=\"100\"/><div align=\"left\" style=\"width: 20em\">" + text +"</div>";
|
replace by
Quote:
var content = "<div align=\"center\"><strong>"+title +"</strong></div>" + "<hr width=\"100\"/><div align=\"left\" style=\"width: 20em;color:#000000\">" + text +"</div>";
|
color:#000000 can be set to the color you want.