Okay
  Public Ticket #2851493
Contact form map
Closed

Comments

  • James Russell started the conversation

    I can't seem to remove the legacy google map on the salient template contact form. Please advise....

  •  1,878
    Judith replied

    Hi James,

    Please try this css:

    .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
        display: none;
    }

    Thanks.