01/09/2015 at 9:11 am
#314569
Keymaster
@ Erin
Thanks!
The only way to hide those fields is to use CSS. Add the follow to the theme’s custom CSS area:
#cn-form .address-local,
#cn-form .address-geo,
#cn-form .address-state,
#cn-form .address-zipcode,
#cn-form a.geocode.button {
display: none !important;
}
Hope that helps!