I need help changing the cufon gradient colors for the homepage teaser text.
I've attached a screenshot of the color I want it to be.
Here is my custom.js code starting at line 199 thru 215:
Cufon.replace('h4,h5,#site_name,.dropcap1,.dropcap4,.teaser_large', { });
Cufon.replace('#blurb,#footer_teaser_text', { textShadow: '#f9f9f9 1px 1px' });
Cufon.replace('th,.light_gradient', {
color: '-linear-gradient(#fff, #175b87)',
hover: 'true'
});
Cufon.replace('h3', {
color: '-linear-gradient(#bbb, #888)'});
Cufon.replace('h1,.staged_slide h2, .partial_staged_slide h2, .floating_slide h2, .full_slide h2, #body_block_background h2,.widgettitle,.dropcap2,.dark_gradient', {
color: '-linear-gradient(#175b87, #002945)',
hover: 'true',
textShadow: '#fff 1px 1px'
});
Cufon.replace('.partial_gradient_slide h2', { });
Cufon.replace('.large_button', { textShadow: '0 -1px 0 #888888' });
Cufon.replace('.toggle_frame h4.toggle', {color: '-linear-gradient(#bbb, #888)',hover: 'false' });
Could you instruct me on what to change here in order for the change to show in the homepage teaser?













