05/25/2014 at 4:22 pm
#292061
Keymaster
@ Oliver
Assuming the only page you want to hide it on is this one:
http://www.gymnasium-brake.de/personen/kollegium-2/
This should work:
.page-id-204 #cn-list span.organization-unit {
display: none;
}
If that is not the page you want to hide it on, just change 204 to the correct page ID.
