To insert code use <code>...</code>.
Changing text color for Google Maps text - Usage
  • I'm having a problem with the HTML text for the Google Maps Short Code. I need to change the text colour because it's currently white text on a white background when inserted on a page.

    When I put anything other than plane text in the HTML section the map doesn't show up on the page, although some additions like

    show up in the preview.

    Any ideas?

    Regards,

    Daniel
  • 3 Comments sorted by
  • Or if I can change the background colour of the pop up box, that would also do the trick.
  • Hi

    Because it is a html box you can try to put a span around the text...... however you can not use double quotes..


    html="<span style='color:blue;'>My Name{linebreak}My Address</span>"


    Best regards,
    Striking Team
    Paul
  • Darn those double quotes - thank you.