View Single Post
  #1  
Old 09-17-2004, 08:45 AM
 
bluebox bluebox is offline
 

Member
  
Join Date: Jan 2003
Posts: 19
 

Default Different colour text for different bits of site

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,
Reply With Quote