02/17/2015 at 3:53 pm
#319798
Keymaster
@ Heather
re: doesn’t sort alphabetically
I would need a temp admin account so I can investigate it further.
re: Also, is it possible to change the text mouseover color of the Physicians name?
That would actually be set by the theme… the following CSS would override the theme:
#cn-cmap h3 a:hover {
color: blue;
}
Hope that helps!