Zen Cart Logo

styling prices

Views: 643

Results 1 to 6 of 6
4 Nov 2011, 4:10 AM
#1
mshort1985 avatar

mshort1985

New Zenner

Join Date:
Nov 2011
Posts:
6
Plugin Contributions:
0

styling prices

Hi Folks,

on the store i'm currently trying to modify the look of, some of the prices seem to have <span class="normalprice"> wrapping them which makes for easy styling, but some prices don't have any hooks that i can use to differentiate them from other text on the page when styling.

Is there anyone here who knows of this issue and knows of a way that i can put a span or something there to style them the same as the normalprices. I have looked through the template files and I have not found any instance of class="normalprice" so I am unsure where that is coming from.

Thanks in advance.

edit: here is a link to the site so you can see what i mean
http://www.sellerdoorwines.com.au/index.php?main_page=index&cPath=10

4 Nov 2011, 10:25 AM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: styling prices

If you mean the prices in yellow, it's .productSpecialPrice. I found that looking at the source of that page.

p.s. When you post a link, never include the zenid part.

4 Nov 2011, 6:05 PM
#3
mshort1985 avatar

mshort1985

New Zenner

Join Date:
Nov 2011
Posts:
6
Plugin Contributions:
0

Re: styling prices

Hi Steve, no its not the yellow price its the one that just looks like plain text so the small black print

4 Nov 2011, 9:06 PM
#5
mshort1985 avatar

mshort1985

New Zenner

Join Date:
Nov 2011
Posts:
6
Plugin Contributions:
0

Re: styling prices

Thanks Steve, will give that a try and let you know how it works :)

4 Nov 2011, 9:10 PM
#6
mshort1985 avatar

mshort1985

New Zenner

Join Date:
Nov 2011
Posts:
6
Plugin Contributions:
0

Re: styling prices

worked like a charm, thanks very much!