03/05/2015 at 10:15 am
#321711
Keymaster
@ Nick S
re: 1) and 3)
Adding the following CSS to the theme’s custom CSS area. It will hide the entire title area that contains the type, preferred and visibility options:
#cn-form div.widget-top .widget-title {
display: none !important;
}
re: For Address, Phone, and Email, the red “Remove” button is cut off and only shows “Remo”. Is there some kind of CSS to fix this so I can see the entire word “Remove”?
Sounds like CSS from theme or another plugin is overriding the CSS for the button. I can only really help further with this is if you can share a link so I can take a look.
Hope that helps.