05/01/2013 at 4:47 pm
#258551
Keymaster
@ Chelle
That would depend on the template you’re using and what you want to change it to. But for the most part, all templates will pick up the font style and color from the theme. So, what you would do is add styles to the theme that only affect the template. Generally using this CSS selector will work:
#cn-list .cn-entry { color: #FFF; font-family: "whatever your want"; }
Hope that helps.