05/16/2013 at 10:19 pm
#260163
Keymaster
@ William
Use the contact form at the bottom of the page and I’ll reply back with the mail.
We can use CSS to add the title like so:
#cn-list .title:before {
content: 'Job Title: ';
font-weight: 700;
}
#cn-list .organization-name:before {
content: 'Department: ';
font-weight: 700;
}
