Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Trouble with cart box....

Trouble with cart box....

Locked

Views: 1,347

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
15 Jan 2008, 7:35 PM
#1
arkwright avatar

arkwright

Zen Follower

Join Date:
Oct 2007
Posts:
95
Plugin Contributions:
0

Trouble with cart box....

Hi all...

The picture below is a screen shot of my shopping cart box that appears when I add something to my cart and then continue shopping...

As you can see, the title isn't showing very well because of the text colour and the product text is a ghastly shade of green.

Despite scouring the stylesheet, I can't for the life of me find the code I need to change to alter the title colour and the product text colour...

All help very much appreciated...

Many thanks
Arkie....

16 Jan 2008, 7:21 AM
#2
arkwright avatar

arkwright

Zen Follower

Join Date:
Oct 2007
Posts:
95
Plugin Contributions:
0

Re: Trouble with cart box....

Anyone???

16 Jan 2008, 7:33 AM
#3
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

Re: Trouble with cart box....

In YOURCURRENTTEMPLATE stylesheet
look for

.cartNewItem {
 color: #FF4040;
 position: relative;  /*do not remove-fixes stupid IEbug*/
 }
.cartOldItem {
 color: #660099;
 position: relative;  /*do not remove-fixes stupid IEbug*/
 }

Alter those hex colours to suit

16 Jan 2008, 12:01 PM
#4
arkwright avatar

arkwright

Zen Follower

Join Date:
Oct 2007
Posts:
95
Plugin Contributions:
0

Re: Trouble with cart box....

Thanks for your help Misty...

I take it those codes change the product in cart text colours?

Could tyou tell me what cpde changes the Cart Box 'Title' text?

Many thanks

Arkie.,...

16 Jan 2008, 1:05 PM
#5
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

Re: Trouble with cart box....

YES, code in my previous post changes cart text
Cart Box Title...
Try adding/altering in stylesheet

 
h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
 font-size: 1em;
 color: #000080;
 }
 
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
 color: #FFFF33;
 text-decoration: none;
 } 
 

Again, alter hex colours to suit

16 Jan 2008, 3:09 PM
#6
madmumbler avatar

madmumbler

Zen Follower

Join Date:
Dec 2005
Location:
SWFL
Posts:
450
Plugin Contributions:
0

Re: Trouble with cart box....

Arkwright,

If you'll use the Firefox browser and download the Firebug plug-in, you can use it to look at your page and see exactly what lines in the stylesheet.css file are handling different site properties so you can make changes.

16 Jan 2008, 6:19 PM
#7
arkwright avatar

arkwright

Zen Follower

Join Date:
Oct 2007
Posts:
95
Plugin Contributions:
0

Re: Trouble with cart box....

Thanks madmumbler...

never heard of of Firebug, let me go look...

Arkie...

16 Jan 2008, 6:28 PM
#8
arkwright avatar

arkwright

Zen Follower

Join Date:
Oct 2007
Posts:
95
Plugin Contributions:
0

Re: Trouble with cart box....

Downloaded the Firebug Plug In, but I may as well be looking at how to split the atom using only a pair of tweezers and a very sharp razor blade...

Arkie....