How can i choose to change the font styles for our titles etc to read more clearly for the user? the font that was available when WP style was initially installed was better.
Hello, Go to js > custom/.js present in your theme directory and remove the code given below Code: //Font replace Cufon.replace('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; } Inplace of "symbol" put your font type.
Hi there what is the Font that came with this template to begin with? i think its much better and clearer to read
Ok can you send me a couple of screen shots of those fonts and how would i implement them into our site but keep all current headings etc as they are and just change the fonts thanks
Ok can you send me a couple of screen shots of those fonts and how would i implement them into our site but keep all current headings etc as they are and just change the fonts thanks