All the presentation (color, layout, fonts, etc) are controlled by the smarty templates (smarty/templates/*.tpl). Change things there. For example, the "<div" on line 15 of header.tpl controls the font and color of the header block. Unfortunately, that does require html knowledge.
I didn't bother setting up a common .css for the templates, something that might have made this job easier. It isn't something I care about.
|