You can change the color of the text "Invoice Address" and "Shipping and Handling" from within one of the templates.
Click on Advanced | Template Manager. If you are not viewing the buttons and tabs for the templates, click on "Change View".
Click on the 'Ordering' tab and then on Order Phase 1.
This will open Act_Order01.html
Find the code : <h3>NETQUOTEVAR:INVOICETITLE</h3>
Replace it with......
<h3><font color="[Desired color code/name]">NETQUOTEVAR:INVOICETITLE</font></h3>
Now find : <H3>NETQUOTEVAR:SHIPTITLE</H3>
and replace it with......
<h3><font color="Blue">NETQUOTEVAR:SHIPTITLE</font></h3>
If you now update your site, the text color for these headings should have changed.
Comment