03/10/2015 at 11:31 am
#322281
Keymaster
@ Anna
That is not so easy…
You can use this:
#cn-form .address-line {
display: none;
}
#cn-form .address-line:nth-of-type(1){
display: block;
}
The problem is if a user is using a non-modern browser, such as IE8, they will not see the inputs for Address Line 1, 2 or 3.
The geocode button is a bug. It should only display in the admin. I just fixed this bug. The fix will be in 8.2.2 which I will be releasing in a few days.