Hello,
I have a map template with custom template for the info windows,
I have adedd some css style to the info window template, but I noticed that thsi is always overwritten by a .gm-style class
and I cannot understand where that class is located, neither I am able to overwrite it with css specify in my infowindow template
can you help me?
the class I see in firebug is the below one
.gm-style .gm-style-iw div {
font-weight: 300;
font-size: 13px;
}
Hello,
I have a map template with custom template for the info windows,
I have adedd some css style to the info window template, but I noticed that thsi is always overwritten by a .gm-style class
and I cannot understand where that class is located, neither I am able to overwrite it with css specify in my infowindow template
can you help me?
the class I see in firebug is the below one
.gm-style .gm-style-iw div {
font-weight: 300;
font-size: 13px;
}