Zen Cart Logo
Forums / Basic Configuration / Price size

Price size

Locked

Views: 1,172

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
15 Nov 2009, 6:55 PM
#1
ynde avatar

ynde

New Zenner

Join Date:
Oct 2009
Posts:
5
Plugin Contributions:
0

Price size

Hi all

I want to show my prices and the currency code in a smaller font size... But how do I do this?

I have browsed through the different php files, but have had no luck. Does anyone know which file I need to edit?

Thank you!

/Marie

15 Nov 2009, 7:05 PM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: Price size

Yn,
You will edit your stylesheet.css to control the font size

  1. look for and edit #productPrices
  2. if not found just add it to the sheet
  3. #productPrices {font-size: 1em;}
16 Nov 2009, 8:46 AM
#3
ynde avatar

ynde

New Zenner

Join Date:
Oct 2009
Posts:
5
Plugin Contributions:
0

Re: Price size

Thank you!! It worked... everything looks much better now :-)

16 Nov 2009, 1:45 PM
#4
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: Price size

Yn,
Your Welcome!> 1. >
2. I use a free program called Moxilla Firefox which is a browser and added a addon called firebug

  1. This little tool allows me to easily find the declaration in the stylesheet.css which is control the size or value of a ID or Class
21 Nov 2009, 1:08 AM
#5
pstarling avatar

pstarling

New Zenner

Join Date:
Sep 2005
Location:
New Zealand
Posts:
92
Plugin Contributions:
0

Re: Price size

Thanks for the firebug tip.

21 Nov 2009, 2:50 AM
#6
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: Price size

Yn,
Your Welcome, Enjoy......