Hide "google", "keyboard shortcuts", "map data 2024", "terms", and "report a map error" on the map

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

.gmnoprint:not([data-control-width]),
.gmnoprint ~ div,
a[aria-label="Open this area in Google Maps (opens a new window)"] {
display: none !important;
}
1 Like