I am trying to change the colour of text in QC 3.3 free. I have edited the default.css file and set the colour in #product li h5 as stated in the QC Graphic Adjustment document but the text colour remains the same. This is in line 130 of the default.css file. Can anyone suggest a solution?
luth - in default.css find this: /* RIGHT COLUMN STYLES */ right below you'll find this: #page{float:right;display:block;width:536px;margin:0 0 10px;padding:0 0 10px;text-align:left;} add the color you want like this: #page{float:right;display:block;width:536px;margin:0 0 10px;padding:0 0 10px;text-align:left;color:your_color;}