01/30/2017 at 2:16 pm
#409186
Keymaster
@ Barbara
re: I don’t want the “Department” field under the Organization Name.
That is part of the name fields which is a required fieldset. CSS can be used to hide it. Here is the CSS to hide the field:
div#cn-metabox-section-department {
display: none;
}
re: I would like the title for the Biographical Info field to match what it says in the directory listing, which is “Description.”
Assuming you used the Template Customizer to change the label on the template, yes? To change the label in Form and in the admin, follow the instructions in this tutorial.
Hope this helps!
