How do I display only the Map? I don't want to display the entries under the Map.

That's easily achievable by hiding the entries table using a CSS style, like the one below:

.gv-map-entries.gv-container {
    display: none;
}

Related: Adding custom CSS to your website

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us