How to Hide Google Points of Interest From the Map
You can hide the Google Points of Interest markers from the map by using custom CSS.
The CSS below removes the Points of Interest elements highlighted in the screenshots.
Custom CSS
Add the following CSS in Theme Options > Design > Custom CSS, in Appearance > Customize > Additional CSS, or directly in the style.css file from your child theme.
.google_map_poi_marker {
display: none !important;
}
Example Screenshots
Clear Cache
After adding the CSS, clear your website cache, server cache, CDN cache if used, and browser cache.
If WPResidence theme cache is enabled, clear the theme cache as well to see the change immediately.

