Hi how am I able to alter the way the feature text heading text looks, eg; spaces between lines, format text and add images? thanks Lee http://capitaloptions.com.au/
Hello, Firstly 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'); Then, For space and format text Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content-info h1.title{ line-height:45px; text-align:left!important; } Also check the link for reference http://www.w3schools.com/css/css_text.asp Thanks & Regards Gourav Shrivastava