Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Your Shopping Cart Contents color change

Your Shopping Cart Contents color change

Locked

Views: 4,153

Results 1 to 11 of 11
This thread is locked. New replies are disabled.
15 Jul 2008, 10:11 PM
#1
d1rage5 avatar

d1rage5

Zen Follower

Join Date:
Jan 2008
Location:
Roswell, Ga USA
Posts:
144
Plugin Contributions:
0

Your Shopping Cart Contents color change

Your Shopping Cart Contents

I need to change this part but dont see the color or the name is that would change this part.

this section is when you add items to your cart not at checkout.

Thanks,

15 Jul 2008, 11:25 PM
#2
kobra avatar

kobra

Black Belt

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

Re: Your Shopping Cart Contents color change

If not in your stylesheet add this

#cartDefaultHeading {
        color: #??????;
        }
16 Jul 2008, 3:42 AM
#3
d1rage5 avatar

d1rage5

Zen Follower

Join Date:
Jan 2008
Location:
Roswell, Ga USA
Posts:
144
Plugin Contributions:
0

Re: Your Shopping Cart Contents color change

kobra:

If not in your stylesheet add this

#cartDefaultHeading {
color: #??????;
}


What section would this go or just any?
16 Jul 2008, 9:57 AM
#4
kobra avatar

kobra

Black Belt

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

Re: Your Shopping Cart Contents color change

Where ever it make sense for you

19 Jul 2008, 4:35 AM
#5
d1rage5 avatar

d1rage5

Zen Follower

Join Date:
Jan 2008
Location:
Roswell, Ga USA
Posts:
144
Plugin Contributions:
0

Re: Your Shopping Cart Contents color change

that doesn't work so i thought i would post the part i am speaking of.

the draker grey i would like to change and the whiteish to black.

It seems that when i think i change the correct item the whole dang site goes heywire.

19 Jul 2008, 6:42 PM
#6
kobra avatar

kobra

Black Belt

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

Re: Your Shopping Cart Contents color change

the draker grey i would like to change and the whiteish to black.
Is this one thing or two?

Dark grey to what?

What is "whitesish"?
Is it the light grey box that contains the "update cart" button?

Just post a link to your site

19 Jul 2008, 8:17 PM
#7
d1rage5 avatar

d1rage5

Zen Follower

Join Date:
Jan 2008
Location:
Roswell, Ga USA
Posts:
144
Plugin Contributions:
0

Re: Your Shopping Cart Contents color change

yes it is two items the shades of grey.

i could not find then in the stylesheet.

the current link until go live is halloweenspace.com/index.php

The darker grey we would want a lot darker grey. but not black

19 Jul 2008, 10:02 PM
#8
kobra avatar

kobra

Black Belt

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

Re: Your Shopping Cart Contents color change

You have 3 sheets/files ending with .css

stylesheet.css
stylesheet-old.css
stylesheet-original???.css

All of these are being read/parsed - Delete or change the extention to other than .css to see where you really are

20 Jul 2008, 1:17 AM
#9
d1rage5 avatar

d1rage5

Zen Follower

Join Date:
Jan 2008
Location:
Roswell, Ga USA
Posts:
144
Plugin Contributions:
0

Re: Your Shopping Cart Contents color change

OK down to one and still no change.

20 Jul 2008, 1:44 AM
#10
d1rage5 avatar

d1rage5

Zen Follower

Join Date:
Jan 2008
Location:
Roswell, Ga USA
Posts:
144
Plugin Contributions:
0

Re: Your Shopping Cart Contents color change

OK now after play changing and changeing heres the items needing to be changed..

I added the comment out field so i would know in the future..

/* your shopping cart - Top odd row color */
.rowOdd {
background-color: #000000;
height: 1.5em;
vertical-align: top;
}

/* your shopping cart - Top Even row color */
.rowEven {
background-color: #000000;
height: 1.5em;
vertical-align: top;
}

/* your shopping cart - Top boarder */
TR.tableHeading {
background-color: #000033;
height: 2em;
}

6 Nov 2010, 3:18 PM
#11
jcjxxl avatar

jcjxxl

New Zenner

Join Date:
Sep 2010
Posts:
25
Plugin Contributions:
0

Re: Your Shopping Cart Contents color change

I know this is an old post but I wanted to thank d1rage5 for finding this. It was driving me crazy!

Thanks!:clap: