Hiding the Store Locator Zipcode Field
I want to use the Store Locator feature internationally, and so need to hide the zipcode input field. How can I do this?
- After creating the Store Locator site element, click on the 'Look and Feel' icon
- Scroll down to the 'Custom CSS' field.
- Copy/paste the following CSS into that 'Custom CSS' field, then click 'Update' to save your changes:
.locator_form #z {display: none;}
Ted
-
Have more questions?
Submit a request
Article is closed for comments.
0 Comments