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

Recent Discussions

02 Jan, 2012 12:10 PM
14 Nov, 2011 05:29 PM
01 Apr, 2011 07:02 AM
13 Nov, 2011 09:37 PM
11 Nov, 2011 04:10 AM

Recent Articles