Announcement

Collapse
No announcement yet.

how to change the color of "invoice address" in the Checkout Page?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    how to change the color of "invoice address" in the Checkout Page?

    It seems the color dialog has no corresponding selection for the colors of text "invoice address" and "Shipping And Handling".

    Is there a way to change their color?

    Thanks.

    #2
    Hi Kevin

    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.
    Krithika Chandrasekar
    SellerDeck

    sigpic

    E-commerce software by SellerDeck

    Comment

    Working...
    X