Hi I have changed the body text to Tahoma but kept the H1, H2, etc tags in the font the theme came with - Museo 300. But when the page loads, the headings all seem to load in one typeface, then switch to Museo 300. How can I stop that? Also, one of my drop down menus has a misplaced capital letter and its driving me crazy. Under Offerings, it should say "The Curator's Club" but instead it says "The Curator'S Club". Nowhere is it typed that way, that I can find. Help? thewinecurator.com Thanks, Ginny
Hello, 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')('.ddsmoothmenu a'); now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu .ddsmoothmenu li li a{ text-transform:initial; } Thanks & Regards Gourav Shrivastava
Thanks for your response. How can I change the H1, H2, etc font now? I'm not familiar with the 'cufon' commands. If I wanted to change the headings to a google font like Droid Sans or PT Serif, how do I do that? It seems to not work by just doing a straight CSS command now. I liked the Museo font, but didn't like the way it loaded as something like Arial and then switched over. Thanks, Ginny