Question : How to remove infobox on property page map
Answer:
Solution 1
If the map is embed in the picture slider
Please go into google_map_code_listings.js and remove below line
google.maps.event.trigger(gmarkers[found_id], 'click');
If not go into mapfunctions.js and remove
google.maps.event.trigger(gmarkers_sh[0], 'click');
Solution 2
Use below CSS:
.single-estate_property .info_details {
display: none;
}
Help for custom css: https://help.wpresidence.net/article/how-to-add-custom-css/