11/17/2015 at 12:54 pm
#355352
Keymaster
@ Dave
re: if I use show_alphaindex=’true’ show_alphahead=’true’ they apply only to the last_name and not to the organization.
The character index is only valid with the default sort, it will not work when custom sorts are applied so you will not be able to use the character index.
re: CSS overide works for the name; is there something like that I can use to make the organization larger?
Sure you can use CSS to override it like you would when you develop CSS for anything else.
#cn-cmap span.organization-name {
font-size: 30px;
font-weight: 500;
}
Hope that helps!
