Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Recolor bar on shopping cart page

Recolor bar on shopping cart page

Locked

Views: 2,695

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
15 May 2006, 2:20 PM
#1
cshart avatar

cshart

Zen Follower

Join Date:
Mar 2005
Posts:
370
Plugin Contributions:
0

Recolor bar on shopping cart page

http://ledlightingemega.com/store/index.php?main_page=shopping_cart

I can not find the place in the stylesheet to recolor either the text or the bar behind the text. Or I have found it and it is not working.

Please help!!!

15 May 2006, 3:14 PM
#2
tykies avatar

tykies

New Zenner

Join Date:
Feb 2006
Posts:
95
Plugin Contributions:
0

Re: Recolor bar on shopping cart page

I'm going to guess you're referring to the "new products for May" bar.

It's here:

h2.centerBoxHeading, .productListing-rowheading {
margin: 0em;
/* background-image: url(../images/tile_back.jpg); */
background-color: #9cdB18;

15 May 2006, 6:23 PM
#3
cshart avatar

cshart

Zen Follower

Join Date:
Mar 2005
Posts:
370
Plugin Contributions:
0

Re: Recolor bar on shopping cart page

No if you actually go through and add something to the shopping cart a very dark green bar comes up with the qty price etc words on it. Want to make it lighter or the type white so it can be read.

Thanks,

Carol

15 May 2006, 6:35 PM
#4
tykies avatar

tykies

New Zenner

Join Date:
Feb 2006
Posts:
95
Plugin Contributions:
0

Re: Recolor bar on shopping cart page

TR.tableHeading {
background-color: #314939;
height: 2em;
}

16 May 2006, 12:20 AM
#5
nitro avatar

nitro

New Zenner

Join Date:
Feb 2006
Location:
Australia, WA
Posts:
81
Plugin Contributions:
0

Re: Recolor bar on shopping cart page

You can target the shopping cart bar specifically by adding this code to your stylesheet.

#scQuantityHeading, #scUpdateQuantity, #scProductsHeading, #scUnitHeading, #scTotalHeading, #scRemoveHeading {
	color: #FFFFFF;
	background-color: #9CDB18;
}