How to set up fields to Location?
How can I remove the street and house number from Location?
Thanks for the advice.
-
-
·
LeonidS
- ·
Hello EugenW !
It is the integrated feature, so it is out of control in the Studio. But you may hide the fewer fields via CSS or Javascript. For example, if you need to hide the postal code field you need to add the following rules to the Custom Styles area of your template:
.bx-form-input-location-zip {
display: none;
}
-
·
LeonidS
-
- · Ξx¢ΞL 2
- ·
.bx-form-input-location-street_number,
.bx-form-input-location-street,
.bx-form-input-location-city,
.bx-form-input-location-state,
.bx-form-input-location-zip {
display: none;
}
-
- · EugenW
-
·
In reply to LeonidS
- ·
Thanks! I'll try
-
- · EugenW
-
·
In reply to Ξx¢ΞL 2
- ·
Thanks!
-
- · Workdirect
- ·
Can you show pic where yo.put this
-
Hello Workdirect !
All CSS changes can be done via the Studio->[Your template name]->Styles-->[Your mix name]->Custom styles area