05/22/2014 at 4:11 pm
#291914
Keymaster
@ Oliver
CSS can be used to hide the department name … maybe you had tweaked the CSS file in the previous version to hide it. Any way here’s the CSS you need to hide it.
#cn-list span.organization-unit {
display: none;
}
I recommend creating a custom CSS file for the template, following the instructions in this QuickTip
Using the method in the QuickTip will ensure when you update the template, you will not lose the change.
Hope that helps!
