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)
-   -   change color on the "product price" (https://forum.x-cart.com/showthread.php?t=17248)

josephpham 10-13-2005 12:49 AM

change color on the "product price"
 
Is it possible to change the product price : "Our Price: $xx" from Red color to other color? Thank you

pauldodman 10-13-2005 12:54 AM

This should be controlled by your CSS file.
Open up skin1.css and look for .Product Price.

It should look something like this:

Code:

.ProductPrice {
        COLOR: #B81600; FONT: bold 12px;


Just change the color reference to what you want.

josephpham 10-13-2005 07:17 AM

Thank you so much. You saved me 20 points. :-). I changed the skin1/skin1_c.css (because I have add on skin templates) It works.

pauldodman 10-13-2005 11:25 AM

Hi, yeah that's the right file - it is different with the skins. Glad it worked, but that's what the forum is for - don't go using support points for "routine" questions. Save them for more technical points, or if you don't have any joy in here. Normally though, someone here will tell you if they think you should talk to x-cart.

josephpham 10-13-2005 11:48 AM

Thanks so much for all the helps from everyone in this room. Without this forum, A very new user like me will not able to setup my www.harddrives-usa.com within 3 weeks, it might take me years. I asked X-cart sales to be sure I bought correct version because the skins they demo looks different than what I installed, they transfered me to support and ask me 20 points :-(... no way..Have a good day!

harrismichael 10-14-2005 07:19 AM

Thanks, I was just about to change this around ..


How do I change the font colors on a product page .. the above fix only seems to apply to category pages ..

pauldodman 10-14-2005 07:34 AM

On the product page, you need to alter:

Code:

.ProductDetailsTitle {
        COLOR: #B81600; FONT: bold 12px;
}


as before.

harrismichael 10-14-2005 07:44 AM

Sorry for not specifying better .. i want to change the font color for 'our price " ..

pauldodman 10-14-2005 07:47 AM

Try:

ProductPriceConverting

harrismichael 10-14-2005 07:55 AM

Quote:

Originally Posted by pauldodman
Try:

ProductPriceConverting


that one is currently set to #000000 while the one on the page is #AA9311 .. so i can't be that one I guess ..


All times are GMT -8. The time now is 10:13 PM.

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