Page 1 of 1

How to change popup window background color

Posted: 26 Feb 2014, 14:30
by leondelyon
Hi,
I need to change some colors in the pop up window above the marker, the one displaying info like GPS. Found in the source code of the page , with firebug, that's in relation with the css:
element.style {
background-color: #FFFFFF;
border-radius: 2px;
height: 221px;
left: 1px;
position: absolute;
top: 1px;
width: 172px;
}
In which file is this information, didn't see anything in relation with through the phocamaps files ?
Any help welcome,
cheers,
L

Re: How to change popup window background color

Posted: 27 Feb 2014, 18:20
by Jan
Hi, Popup is a part of Google Maps API which cannot by stylized in Joomla! - you can stylize the inside text of popup (description in html editor) but not the part of Google Maps API.

Jan