How do I change the h1 and h2 fonts? What fonts can I choose from. Thank you http://solditclosedit.com/
Hello, Go to Js > custom.js present in your theme directory and remove the code given below Code: //Cufon replacement Cufon.replace('h1')('h1:hover')('h2')('h3')('h4')('h5')('h6'); Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: h1, h2{ font-family:symbol; } Inplace of "symbol" put your font type.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: h1, h2{ font-family:symbol ! important; } Inplace of "symbol" put your font type. This will solve your issue.
Hello, yes I tried that and it would not work. I also emailed support as nothing seems to work, even deleting the font out of custom.js and adding css I need the font changed and formatted for mobile - not squished together.
Hi I would like this font for my h1 and h2 headings <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>