Zen Cart Logo

Enlarge Prices

Locked

Views: 1,276

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
13 Oct 2006, 4:19 AM
#1
orenda avatar

orenda

New Zenner

Join Date:
Sep 2006
Posts:
52
Plugin Contributions:
0

Enlarge Prices

I have been searching to find a way to enlarge the product prices but can't find it. I have found a few posts and tried the suggestions offered but they didn't seem to work for me.

I am using v1.3.5 and my site is orendaflutes.com/zencart

Thanks
Bradd

13 Oct 2006, 12:46 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Enlarge Prices

Prices on what page??

These are normally defined as h2 entries and can be styled in the stylesheet.css...find the h2 styles in the css

13 Oct 2006, 1:41 PM
#3
orenda avatar

orenda

New Zenner

Join Date:
Sep 2006
Posts:
52
Plugin Contributions:
0

Re: Enlarge Prices

Thanks for the quick response! I would like to bold and enlarge the just the products prices without everything else. IE in the 'Specials for October' box and on the main products listing pages
Bradd

13 Oct 2006, 2:16 PM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Enlarge Prices

Try finding or adding to your stylesheet.css file this tag #productPrices and style it individually.

13 Oct 2006, 5:26 PM
#5
orenda avatar

orenda

New Zenner

Join Date:
Sep 2006
Posts:
52
Plugin Contributions:
0

Re: Enlarge Prices

I have tried adding this to my style sheet in various places;

#productPrices {
font-size: 90%;
color: #ffffee;
font-weight: bold;
}

But no luck. I am doing something wrong? Any other suggestions?