Multiple customization questions for Google Maps widget

I’d like to list many locations with the sidebar enabled, is it possible to hide the address from the popup when clicked on? Custom CSS for this?

I’ve uploaded 260 locations through bulk upload, and used the template CSV, but there is no column for “category”, is that possible to set before upload?

Why are the popup’s actionable click turned off by default? I want someone to be able to tap the marker on the map and the info pops up, and now I have to go through 260 of them and enable that?

Has there been a bulk CSV export yet for updating easily? I know that was requested last year multiple times.

1 Like

Hi @Adam_Moseley :wave:t2:

Please try to use this CSS code to hide the address from the popup:

.eapps-google-maps-marker-info-item-address {
  display: none;
}

As for your other questions, I’m afraid I don’t have a solution at the moment, I’m very sorry :disappointed:

I absolutely understand that the current way of working with the uploaded locations is far from being perfect, but for the moment I can suggest you to vote on these requests to track the updates:

Let me know if there’s anything else I can help you with :raised_hands:t2: