Would some one have a look at http://cofchristknoxville.org and let me know where in the CSS file I can change to font in the Navigation bar on the left?? I have found where to change the font of the body, but can't find where to change it for the navigation bar on the left. Help.
James, you may have changed the font of the sidebar already, because it's not Comic sans any more now.
I think if I were you I would tidy up the style sheet a bit. It seems to have been changed a number of times, and it's not easy to see which values are the current ones.
In order to do that you have to create a class. The easiest way to do this is to add the following code into the <head></head> part of your document. For example,
<head>
<style>
#sidebar ul li{font-family:Font One, Font Two, Font Three; font-size:12px (or whatever size you want); }
</style>
</head>
<body>
...
The philosopher has not done philosophy until he has acted upon the mere conviction of his idea; for proof of the theory is in the act, not the idea.