Stop MapBox from showing the map

Is there a way to stop map box showing the map in the listing and limiting it to a town or city? Putting the map in the listing with the freelancers exact location doesn’t seem right… unless I’ve set it up wrong which is always an option.

Hi!
Sorry, but it is impossible to stop MapBox from showing the map, but you can hide the map on your listing page by using this CSS snippet:

.hp-template--listings-view-page .hp-map {
  display: none;
}
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.