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 of price and discount price (https://forum.x-cart.com/showthread.php?t=61807)

azxcart 11-28-2011 11:19 AM

Change color of price and discount price
 
Greetings,

I'm configuring a new store and making minor color changes to the design. I am using the Fashion Mosaic Grey template.

I can't locate where to change the red color of the price on this page: http://www.kerismamd.com/store/home.php?shopkey=website

I also want to change the "save 41%". I can't seem to find where on the style sheet this is.

Any help is appreciated.

Jose

CottonAge.com 11-28-2011 11:28 AM

Re: Change color of price and discount price
 
skin/fashion_mosaic_grey/css/altskin.css
or
skin/common_files/css/main.css

Find this code
Code:

.products .price-value {
 
font-weight: bold;
  font-size: 12px;
  color: #b51a00;

}


Change the color

Quote:

I also want to change the "save 41%". I can't seem to find where on the style sheet this is.
edit:
Code:

.products .price-save {
    color: #B51A00;
    margin: 0;
    padding: 0;
}


azxcart 11-28-2011 12:17 PM

Re: Change color of price and discount price
 
Fantastic! Thank you for your help!

CottonAge.com 11-28-2011 12:34 PM

Re: Change color of price and discount price
 
I'm glad to help, If you like you can hit the Thanks button :)
and Please update your signature with your current XC version


All times are GMT -8. The time now is 10:17 AM.

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