04/03/2013 at 4:47 pm
#255914
Keymaster
@ Jeff
The color is being pickup from the theme so we’ll have to override it. Add the following to the end of the theme’s style.css file:
#cn-cmap .cn-entry {
color: #000;
}
#cn-cmap h3 {
color: #000;
}
