It is very easy to customize look & feel of your order forms by customizing the store template in your /Template directory. Follow the instructions below:
Go to /Template folder inside your Control Panel installation folder.
Open Store.master file in your favourite HTML editor, for example FrontPage. It is a good idea to take a backup before going further.
Find following tag and replace Header with the HTML for the header of your order form.
<!--Page header html paste here-->
<div id="Header" class="HeaderFooter">Header</div>
<!--//End page header html-->
Find following tag and replace Footer with the HTML for the header of your order form.
<!--Page footer html paste here-->
<div id="Footer" class="HeaderFooter">Footer</div>
<!--//End page header html-->
To change colors, fonts, style, etc you can edit the CSS file. Go to /App_Themes/Store folder and edit Style.css file to your taste.
©2014. All rights reserved.