Hi there, could you please help with the questions below? Your assistance is greatly appreciated as always. I am trying to create a splash page for my site similar to this http://excelwithed.onlineprotrader.com/ I would like to use this templates so I can use the capture form for my leads. If this is not possible any assitance would be greatly appreciated on how I could create a similar page. Many thanks, Maggie
Hello, 1.For your first issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header { background: url('Enter Your Image Address Here'); } 2.For your second issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .menu_container { display: none; } 3.For your third issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature_content { display: none; } 4.For your fourth issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature_infobox { display: none; }
Gourav could you please tell me how to change the logo size in the header to fit across the top of the template.. I know how to do it in Figaro but not sure how in this theme.
Hello, Go to the header.php file present in your theme directory and follow the instruction as shown in the image given below. And then upload your logo image of width 950px from the Custom Logo Section (Appearacne > Theme Options > General Settings ) in your dashboard. This will solve your issue.