Hi Wilsonpro.
The edits you are requesting are in your css files. In this instance customize.css (line 368)
| Code: |
td.contentheading, div.componentheading {
font-size:1.7em;
|
Adjust the font size as needed.
The easiest way to find these things out and be able to edit a live site is to use Firefox and the Firebug plugin. With these tools you can simply hover over a element to find out where its values are stored, then edit in the browser to see how it looks as you change it. Once you get it looking how you can, go into the file manually and make the change.
Hope that helps.
-matt