Comment to location information fields
-
Hello VMaz !
It is an integrated feature so it's possible to delete only with CSS / JS removal tricks, for example, try to add this one to your template mix:
.bx-form-input-location-street_number, .bx-form-input-location-street {
display: none;
}