What I'm wanting to do is make the front page text all #666666, and all the pages such as help and all them - but keep all the product pages in black. (The bits where you have your products and images, desc, price etc etc)
I presume i need to edit the first line of the css,
Code:
BODY,P,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA {
FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
COLOR: #000000; FONT-SIZE: 10px;
but I dont know whats what. Does anyone know how to do this?
Thanks in advance,