Hi everyone. I'm trying to change the colour of the links in my shopping cart sidebox from the standard green colour to the same colour as the links in the information sidebox i.e. light blue. I have located the code in the stylesheet but the problem im having is more related to specifying the correct colour to change it to.
Any ideas?Code:.cartNewItem { color: #33CC33; position: relative; /*do not remove-fixes stupid IEbug*/ } .cartOldItem { color: #660099; position: relative; /*do not remove-fixes stupid IEbug*/ }



