X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   CSS won't change text colour (https://forum.x-cart.com/showthread.php?t=5118)

supanewb 11-06-2003 08:40 AM

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


DogByteMan 11-06-2003 08:43 AM

Did you flush your templates???

jpsowin 11-06-2003 08:54 AM

Your syntax looks correct... have you made sure that the CSS Style you are changing will change the price? I think there's a few different ones... take a look at product.tpl to see what the price uses.

supanewb 11-06-2003 09:36 AM

Thanks guys, I will check out the products template.

btw, what is flushing templates? :?

DogByteMan 11-06-2003 09:39 AM

run cleanup.php in your store directory example /xcart/cleanup.php
You can also do it from summary in the admin CP of X-Cart

supanewb 11-07-2003 02:47 AM

Thanks DogByteMan I will clean it up and see if that helps :)


All times are GMT -8. The time now is 06:41 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.