Zen Cart Logo

Product Page Font

Views: 710

Results 1 to 4 of 4
17 Oct 2012, 10:40 AM
#1
traytray avatar

traytray

Totally Zenned

Join Date:
May 2012
Posts:
566
Plugin Contributions:
0

Product Page Font

Where would I change the font and font size for the product page?

17 Oct 2012, 11:58 AM
#2
stevesh avatar

stevesh

Black Belt

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

Re: Product Page Font

Assuming you mean the product info page, it would be #productDescription in the stylesheet. Add it if it isn't already there.

17 Oct 2012, 4:32 PM
#3
traytray avatar

traytray

Totally Zenned

Join Date:
May 2012
Posts:
566
Plugin Contributions:
0

Re: Product Page Font

Ok this is what I see:

/bof product info/
#cartAdd {text-align: center;margin: 1em;border: 0px solid #000;padding: 1em;float:right;}
.product-divider {border-bottom:1px dashed #ccc;}
.navNextPrevWrapper {text-align:center;}
.navNextPrevCounter {text-align:center;}
#productDescription {color:#444443;}
#productName {color:#444443;font-weight:normal;font-size:2.0em;}
#productDetailsList {color:#444443;margin-top:10px;margin-bottom:10px;}
#productAttributes {}
#attribsOptionsText {font-weight:normal;color:#444443;}
.optionName {color:#444443;margin-top:0px;}
#alsoPurchased {margin-top:20px;}

I meant to say I want to change the font for the product NAME to Times New Roman and the font size to 12 pt. What is the equivalent of 12 pt in em?

21 Oct 2012, 1:08 PM
#4
digiwinkel avatar

digiwinkel

New Zenner

Join Date:
Jul 2010
Location:
Velsen-Zuid
Posts:
33
Plugin Contributions:
0

Re: Product Page Font

So only change #productName add: font-family:"Times New Roman",Georgia,Serif;

For pt to em conversions: http://www.convertunits.com/from/pt/to/em