Snippets / CSS
CSS
Hide "Geolocate My Location" in Location Field on Create Form
D
Donald McGuinn
·
280 views
·
Updated 8 months ago
Removes the "Geolocate my address" button under the location field
.ts-location-field.form-field-grid.field-key-location > div:nth-child(2) > a{
display: none;
}
CSS · 3 lines
Discussion
Ask a question or share how you used this.
Log in
to join the discussion.
No comments yet — be the first.