Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Heading for the shopping cart sidebox

Heading for the shopping cart sidebox

Locked

Views: 1,714

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
4 Jul 2006, 8:22 AM
#1
thuynh7 avatar

thuynh7

New Zenner

Join Date:
Nov 2005
Posts:
21
Plugin Contributions:
0

Heading for the shopping cart sidebox

Can anyone tell me where or how to change the Heading for the shopping cart sidebox. The font size is about 2 sizes bigger than the rest of the side box headings.

4 Jul 2006, 8:39 AM
#2
kobra avatar

kobra

Black Belt

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

Re: Heading for the shopping cart sidebox

Can you post a url???

4 Jul 2006, 8:48 AM
#3
thuynh7 avatar

thuynh7

New Zenner

Join Date:
Nov 2005
Posts:
21
Plugin Contributions:
0

Re: Heading for the shopping cart sidebox

The url is https://www.bbnc-online.com but you can't see the shopping cart box unless you have something in the shopping cart and for that to happen you need to be registered. But by all means feel free to register.

4 Jul 2006, 9:20 AM
#4
kobra avatar

kobra

Black Belt

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

Re: Heading for the shopping cart sidebox

I think that what you are seeing is an optical illusion. To check it for yourself:

stylesheet.css find this code:

a.shoppingcartHeading, h3.rightBoxHeading, h3.rightBoxHeading a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	letter-spacing:0.1em;
	color: #ffffff;
	text-transform: uppercase;
	}
``` then set the font size to 1.0em and look at it.
They are all at 1.0 em.
Set it back to 1.1em and they are all at 1.1em but the letter grouping makes it look larger.

See if you don't agree??
4 Jul 2006, 9:33 AM
#5
kobra avatar

kobra

Black Belt

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

Re: Heading for the shopping cart sidebox

Looking at this again, if set to 1.0em I think that it is the same size.

If set to 1.1em it does appear larger...is this a commercial template? Have they placed something that might be overriding this??