My main concern is the home addresses being displayed. A current situation with a problem ex-student makes this an especially high priority problem to fix.
Example:
http://engineering.unl.edu/contact-us/D ... iams.shtml
I put the CSS code in as you instructed and the home address is still visible.
I noticed that the home address and the work address has the same id:
<div id=
"workAdr" class="adr">
<span class="type">Local</span>
<span class="street-address">8216 Chestnut Ln</span>
<span class="locality">Lincoln</span>
<span class="region">NE</span>
<span class="postal-code">68510</span></div>
<div id="homeAdr" class="adr">
<span class="type">Home</span>
<span class="street-address">8216 Chestnut Ln</span>
<span class="locality">Lincoln</span>
<span class="region">NE</span>
<span class="postal-code">68510</span></div><span class="title">Director of Retention</span>
<span class="org">
<span class="organization-name">University of Nebraska-Lincoln</span>
<span class="organization-unit">College of Engineering</span>
</span>
<div
id="workAdr" class="adr">
<span class="type">Work</span>
<span class="street-address">114 OTHM,</span>
<span class="locality">Lincoln</span>
<span class="region">NE</span>
<span class="postal-code">, 68588-0642</span>
<div class="country-name">USA</div>
</div>
<div id="workTel" class="tel">
<span class="type">Work</span>
<span class="value"><a href="tel:%28402%29472-8309">(402)472-8309</a></span>
</div>
While it's important to remove staff member's home address from their offical work contact listing, it's also important to list their work address and office number. With the same ID for both home and work addresses, is this possible?