Hide "Geolocate My Location" in Location Field on Create Form

Description/Instructions

Removes the “Geolocate my address” button under the location field

If this snippet helped, feel free to buy me a taco :)

.ts-form-group.ts-location-field.form-field-grid.medium.field-key-location > a{
display: none;
}

  • CSS
Copy Code

Let's Chat About this Snippet