Change color of title and description in popup

Add this code to the Custom CSS field on the Appearance tab of your Google Maps widget’s settings:

.eapps-google-maps-marker-title {
color: #000000 !important;
}

.eapps-google-maps-marker-directions-label {
color: #000000 !important;
}
1 Like