How to make teser text (blurb text) not to be CUFON font, and to be positioned below title?
I'm using custom teaser text.
(4 posts)
(2 voices)
How to make teser text (blurb text) not to be CUFON font, and to be positioned below title?
I'm using custom teaser text.
Hello,
To remove the cufon font, open the file "lib/scripts/custom.js". In line #198, you will find this code:
Cufon.replace('h1,h2,h3,h4,h5,#blurb,#site_name,#intro_blurb_title,.dropcap1', { hover: 'true' });
Replace it with:
Cufon.replace('h1,h2,h3,h4,h5,#site_name,#intro_blurb_title,.dropcap1', { hover: 'true' });
Now, to adjust it's position, could you please provide me a screenshot showing where you want to place it? I am afraid that I did not understand what you want to do.
Hi,
So, you want to add a title to the teaser text. Open the file "lib/includes/featured-custom.php". Add this code in line #104, right after this tag: <div id="blurb">
<h3>Replace this with your title</h3>
Try that and let us know the results.
You must log in to post.