WP-Cufon hover issue
-
I’ve got the font to change no problem, however I would like the color to change to #6ABCC0 as the user hovers over the link.
As it stands I have the following replacement-code:
Cufon.set(‘fontFamily’, ‘Caecilia LT Std’).replace(‘.post h2 a’)(‘#page-title’)(‘.entry h1’)(‘.entry h2’)(‘.entry h3’);I’ve read elsewhere that I need to say hover: true, but I’ve not too familiar with javascript how to enter this correctly.
The topic ‘WP-Cufon hover issue’ is closed to new replies.