View Single Post
  #1  
Old 11-06-2003, 08:40 AM
  supanewb's Avatar 
supanewb supanewb is offline
 

Advanced Member
  
Join Date: Jul 2003
Location: Australia
Posts: 51
 

Default CSS won't change text colour

Hello,

I'm trying to get the product prices in yellow #DABC13, --- here is the CSS.

The thumbnail page prices change, but the detail page prices just stay the default text colour.

Has anyone got any idea what the problem is?

Code:
} .ProductTitle { COLOR: #DCDCDA; FONT-WEIGHT: bold; FONT-SIZE: 12px; } .ProductDetailsTitle { COLOR: DCDCDA; FONT-WEIGHT: bold; FONT-SIZE: 12px; } .ProductDetails { COLOR: #DCDCDA; } .ProductPriceTitle { COLOR: #DABC13; FONT-WEIGHT: bold; FONT-SIZE: 12px; } .ProductPriceConverting { COLOR: #DCDCDA; FONT-WEIGHT: bold; FONT-SIZE: 12px; } .ProductPrice { COLOR: #DABC13; FONT-WEIGHT: bold; FONT-SIZE: 12px; } .ProductPriceSmall { COLOR: #DABC13; FONT-WEIGHT: bold; } .MarketPrice { FONT-SIZE: 12px; FONT-FAMILY: Times New Roman; } .ItemsList { COLOR: #DCDCDA; FONT-WEIGHT: bold; }
Reply With Quote