Announcement

Collapse
No announcement yet.

Items in cart - text colour ?

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

    Items in cart - text colour ?

    Hi,

    Can anyone tell me how to change the colour of the text in the box that shows items ordered & cart value.

    Changes made via Design/Colours... don't seem to be having any effect.
    Attached Files

    #2
    Amend you Act_primary.html or whatever you call it

    Code for this can be found in there.
    document.write("NETQUOTEVAR:CARTCOOKIEITEMS&nbsp;" + getCartItem(3)+"&nbsp;<BR>");
    document.write("NETQUOTEVAR:CARTCOOKIEVALUE&nbsp;" + getCartItem(1));


    Change/amend css to reflect what you want for colours.
    Hope you can follow that, if not email me..
    Jenny
    Hanson Web Design
    www.hansonwebdesign.co.uk
    jenny@hansonwebdesign.co.uk
    Actinic hosting, Actinic Software, template design and re-design

    Comment


      #3
      Thanks very much for your help Jenny, your fix worked perfectly.

      RG.

      Comment

      Working...
      X