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;
}
-
Hello @thomlin !
You may add the detailed id before the mentioned code like # bx_posts (without space between of course).
-
In that case, if one wants to secure privacy of persons, it would then be
#bx_persons? -