Cufon Plugin Coding Help
-
Hi everyone again,
How are you all? Ok so I installed and activated WP Cufon on my wordpress site and I looked up a tutorial and followed all the steps and everything is working fine with replacing the header (‘h’) fonts. I want to change the fonts in the top menu/navigation bar though and I tried this codeCufon.replace(’.menu>ul>li’, { fontFamily: ‘Open Sans Semibold’ } );
But it’s still not working :s
This is the header code that is above that one:Cufon.set(‘fontFamily’, ‘Open Sans Semibold’).replace(‘h1’)(‘h2’);
and it works fine by itself but once I add the code above all the fonts don’t work :s
So I was wondering what I was doing wrong? If anyone could help me with the coding it would be much appreciated. Thanks again Everyone
- The topic ‘Cufon Plugin Coding Help’ is closed to new replies.