Smooth
How to change titles colors
Titles colors are declared at the end of the file
js/functions.js, search about "Cufon".
How to disable "Cufon" titles
(This will allow you to use the styles — especially fonts
and colors — declared in the file style.css)
Smooth's titles are customized with a JavaScript called Cufon. To disable it and use a "normal" font, you have to remove some lines in two files.
In the file js/functions.js, remove everything
about "Cufon" (lines 20 to 38 in the original file).
In the file header.php, remove the lines:
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/cufon.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/qlassik.font.js"></script>
Your browser will now use the font(s) defined in your style.css