Announcement

Collapse
No announcement yet.

changing font colour for Price

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

    changing font colour for Price

    I want to change the colour of the font for the Price.

    I have edited the product line template and managed to do this for the Product Name by putting the font code in as follows:
    <font color="3399cc">NETQUOTEVAR:PRODUCTNAME</font>
    but if I do this to NETQUOTEVAR:PRODUCTPRICE it has no effect.

    Any suggestions?

    TIA

    Kathy
    Kathy Newman

    #2
    By placing a "<font color="#00cc99"><B>NETQUOTEVAR:PRODUCTPRICE</B></font>" sort of code around the NETQUOTEVAR works for us.

    If you have tried this and it does not work then check the Price template provided within the Section template tab to see if it is using colour codes or being overidden by an <span command linked to a css file maybe.

    hope this helps.

    Comment


      #3
      The filename of this template is Act_ProductPrice.html. Insert your <font> tags within the <span> tags there.

      Comment


        #4
        Thanks - found it!

        Kathy
        Kathy Newman

        Comment

        Working...
        X