05/09/2019 at 10:37 am
#491606
Keymaster
RE: Anyway to remove that geocode entry showing in the address fields?
Do you mean the latitude and longitude fields? If so, add this to the theme’s custom CSS area, generally found in the theme Customizer.
#cn-form .address-geo {
display: none;
}
This will hide those fields on the frontend.
In regards to the advanced search, that is generally reserved as a Pro Pack perk. In this case I’ll make an exception. Please look for an additional email from me with the details.
