Hi,
I currently have the enfold good maps widget in the footer of my site. http://www.buildup.org.uk
Unfortunately the text in the bubble is coming out light grey (on white background) to match the footer text (which happens to be on a black background in other areas). Is it possible to independently change the font colour in just this instance?
Link to screen shot: https://postimg.org/image/wxvezpj2p/
Thankyou
Hey riskagency,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi the site is http://www.buildup.org.uk
(the issue is in the google maps footer widget)
Thanks
Huan
Hi Huan,
The CSS for that comes from Google Maps so I’m not sure if it’s possible to override it but you can try this in Quick CSS:
.gm-style-iw div div {
color:black !important;
}
Best regards,
Rikard
Great, thats done it.
Thanks!