Hi I would like to change the font-family in ALL content on my squirrel theme. That means both headlines h1,h2.... , paragraphs and sliders. How do i do that?
Hello, Go to js > custom.js present in your theme directory and remove the code given below Code: Cufon.replace({ hover: true })('#colRight h2')('.reply',{ hover:true })('h1')('h2')('h3')('h4')('h5')('h6'); Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: h1, h2, h3, h4, h5, h6{ font-family:symbol!important; } p, a{ font-family:symbol!important; } Inplace of "symbol" put your font type.
Hi again. How do i edit the custom.js file? which program? And do i just upload the new file without the code you tell me to remvoe?
Hello, You will not get theme directory in your dashboard. You can edit custom.js file through FTP. Open your Theme directory (through FTP) > js Download custom.js file from there, Edit it, Then again upload it.
OK thank you. Btw is it possible to use shortcodes in the front page column sections? - I have tried with ultimate shortcodes, but they do not work.
It isn't possible to use shortcoded in the front page column sections. Sorry. But you can use the shortcodes in the sidebar widget area and in the Footer widget area.