09/18/2015 at 9:23 am
#347247
Keymaster
@ Jim
Here’s a bit of CSS to hide the address and phone type/preferred/visibility options:
#cn-form .widget.address .widget-top,
#cn-form .widget.phone .widget-top {
display: none;
}
Hope that helps!
