11/07/2017 at 10:21 am
#440376
Keymaster
@ Heike
Use this:
#cn-form span.address-type label[for$="[type]"],
#cn-form span.address-type select,
#cn-form #cn-metabox-metabox-email .widget-title label[for$="[type]"],
#cn-form #cn-metabox-metabox-email .widget-title select,
#cn-form #cn-metabox-metabox-phone .widget-title label[for$="[type]"],
#cn-form #cn-metabox-metabox-phone .widget-title select {
display: none !important;
}
Hope that helps!