Okay
  Public Ticket #406503
Google Map Marker Font
Closed

Comments

  • Scott started the conversation

    The Google Map Marker Font is white. It is the same color as the tooltip window when you click on the marker.

    Is there a way to change either the tooltip window bg, or the font color within the tooltip?

  •  8,849
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    #contact-map div, .nectar-google-map div {
        color: #000 !important;
    }

    Thanks



    ThemeNectar Support Team