Hide email under the clickable phrase

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

.eapps-google-maps-marker-info-item-email a {
 visibility: hidden;
}
.eapps-google-maps-marker-info-item-email .eapps-google-maps-marker-info-item-text {
  position: relative;
}
.eapps-google-maps-marker-info-item-email a::after {
  content: 'Email Us!';
  visibility: visible;
  position: absolute;
  left: 0;
}

You are very welcome to replace Email us with your own phrase :slightly_smiling_face: