Forums / Templates, Stylesheets, Page Layout / Sale Price Font Color

Sale Price Font Color

Results 1 to 7 of 7
16 Sep 2010, 02:43
#1
opengrave avatar

opengrave

New Zenner

Join Date:
Aug 2008
Posts:
17
Plugin Contributions:
0

Sale Price Font Color

Hello!

I just installed a new template on my site and I'm having one tiny little problem.

The sale price is coming up white text, and the background is white text. This makes it a little difficult for people to see prices!

I've checked out the syle sheet, can't seam to figure this one out however.

The site is: http://www.divinemetaldistro.com

Any help would be appreciated.

Thanks
16 Sep 2010, 03:12
#2
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Posts:
6,800
Plugin Contributions:
0

Re: Sale Price Font Color

I'm seeing the prices in black. Is there any particular page that's having the issue?

Try refreshing the browser and see if it makes a difference.
16 Sep 2010, 03:21
#3
opengrave avatar

opengrave

New Zenner

Join Date:
Aug 2008
Posts:
17
Plugin Contributions:
0

Re: Sale Price Font Color

afo:

I'm seeing the prices in black. Is there any particular page that's having the issue?

Try refreshing the browser and see if it makes a difference.



Interesting, after reading your post I tried the site in IE, and all of the prices are in black.

However when using Mozilla, the prices are in white.

Any ideas?
16 Sep 2010, 03:43
#4
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Posts:
6,800
Plugin Contributions:
0

Re: Sale Price Font Color

I just looked at it in Firefox (which is what I assume you mean by Mozilla) and all the prices are black. :shocking:
16 Sep 2010, 17:01
#5
opengrave avatar

opengrave

New Zenner

Join Date:
Aug 2008
Posts:
17
Plugin Contributions:
0

Re: Sale Price Font Color

Thank you, I managed to figure it out! :)
16 Sep 2010, 17:16
#6
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Posts:
6,800
Plugin Contributions:
0

Re: Sale Price Font Color

You might want to post your solution in case someone else encounters the same problem.
03 Dec 2011, 14:44
#7
mnitescu avatar

mnitescu

New Zenner

Join Date:
Dec 2011
Posts:
16
Plugin Contributions:
0

Re: Sale Price Font Color

Hey, the same problem here and nothing seems to work.
I've changed the color in black in stylesheet.css, but the sale prices still not showing.:no:

Take a look, please:

/* --------------- PRICES --------------- */

.normalprice, .productSalePrice, .productSpecialPriceSale {

}

.normalprice {
font-size:14px; font-weight:normal; color:#ff0054; text-decoration:line-through;
}

.productSalePrice {
color:#000000;
}

.productSpecialPrice, .productSpecialPriceSale, {font-size:15px; font-weight:bold; color: #ff0054;}


.productSpecialPriceSale {
text-decoration:line-through;
}


.productPriceDiscount {color:#373737; font-size:12px;}

Any idea?
Thank you!