Announcement

Collapse
No announcement yet.

Text colour change for address,county etc.

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

    Text colour change for address,county etc.

    I have changed most of the text colour for much of the shopping cart form but can't seem to locate: -

    AddressLine#2, County/State, Country and Ship to

    Do these need amending in Act_ShoppingCartXML and if so where?

    Thanks

    #2
    Hi there

    Open "Act_Order01.html" and you should be able to change the background cell colours here. Here is one example from the template:

    HTML Code:
      <tr>
        <td bgcolor="NETQUOTEVAR:CHECKOUTBG">NETQUOTEVAR:INVOICEPROMPT000</td>
        <td bgcolor="NETQUOTEVAR:CHECKOUTBG">
          <input type="TEXT" name="INVOICESALUTATION" size="4" maxlength="15"
    		         value="NETQUOTEVAR:INVOICESALUTATION">
        </td>
      </tr>
    Simply change "NETQUOTEVAR:CHECKOUTBG" to your own colour or class.

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X