Been struggling with this for a while and can't figure it out. I created a new page with the default template and added some text. First line is the heading and I made it H1 size. The rest of the lines, I made H3 size. When I create a link on any of the lines, everything looks good in the editor. However, when I save it and look at the website, the text is much smaller. I look at the HTML and it seems fine to me. Can't find anything in the Stylesheet.css that would do this. Could you please help me get past this problem. Thanks Doug
Hi Gourav, This is the page I am talking about: http://dira.premimprress.com Looking forward to your insights. Doug
Go to Js > Custom.js present in your theme directory and remove the code given below Code: //Cufon Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6'); Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content h3 a{ font-size:20px; } Adjust its value as per your requirement.
Thanks for the above Gourav. Sorry for not getting back to you sooner. I am unable to find the Custom.js file in the them directory. I presume it is to be in the JS directory within the theme. Checked other directories and don't find it in them either. Could you point me in the right direction? Thanks Doug
In downloaded theme, You will get zip file, Extract it, There you will get theme directory > Js > custom.js.