04/14/2013 at 9:23 am
#256987
Keymaster
@ cliff
The font and colors will be inherited from the theme, so I won’t be able to give specific advice but adding the following to the end of the theme’s style.css file might do the trick.
#cn-cmap h3 {
color: #FFF;
font-family: "Times New Roman",Georgia,Serif;
}
#cn-cmap .cn-entry {
color: #FFF;
font-family: "Times New Roman",Georgia,Serif;
}
Of course change the values to suit.
Please refer to the order_by shortcode option.
