i can only change the font for the menu text...how do i change the font for the entire site? I have tried a few times using custom css i have found in the forum but nothing seems to work. Thanks!
Go to js > Custom.js present in your theme directory and remove the code given below Code: //Cufon replacement Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6'); Sending image for reference Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: h1,h2,h3,h4,h5,h6,a{ font-family:symbol; } p{ font-family:symbol; } Inplace of "symbol" put your font type.
I did this and it's still not working. I removed the code from custom.js before I changed it the first time so it wasn't there this time when I pasted the code you gave me. Can I have further assistance?