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;
}