Purchased colorway theme this morning. Attempting to create a child theme. Am having trouble with the theme options and front page. I need to add a field for an address in the upper righthand corner and I need to have a paragraph under the title on the front page where the client can write her own welcome type paragraph from theme options. I do not understand what I'm doing wrong. I think it has something to do with the functions???
1.For your first issue To achieve this you can add a banner which contain your logo image at the left side and your contact image at the right side and upload it as a logo. Use photoshop to do that. 2.For your second issue Just go to Appearance > Theme Option > HomePage Settings > Home Page Intro and use paragraph tag and enter your text there. For example Code: <p>Your welcome text</p> This will solve your issue.
Thank you. But regarding Appearance > Theme Option > HomePage Settings > Home Page Intro and use paragraph tag and enter your text there. it picks up the cufon font and doesn't align left. I'd like it just to be the default font and size, and aligned to the left. Thanks again
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'); This will solve your issue.