Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / /*Shopping Cart Display*/

/*Shopping Cart Display*/

Locked

Views: 956

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
15 Apr 2009, 9:17 AM
#1
broeder avatar

broeder

New Zenner

Join Date:
Dec 2008
Posts:
49
Plugin Contributions:
0

/*Shopping Cart Display*/

Hi,

I have an issue with the shopping cart title. It's oversized.
The site is: https://www.livremoi.ma

I guess it's in the CSS, but I don't see where it is declared.

Thanks for your help.

15 Apr 2009, 9:49 AM
#2
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: /*Shopping Cart Display*/

you can add this to end of your stylesheet.css

#shoppingcartHeading {
font-size:1em;
}

hope this helps.

15 Apr 2009, 3:16 PM
#3
broeder avatar

broeder

New Zenner

Join Date:
Dec 2008
Posts:
49
Plugin Contributions:
0

Re: /*Shopping Cart Display*/

It works great! Thanks..