Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Please help me with one problem. Im begging!

Please help me with one problem. Im begging!

Locked

Views: 1,058

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
20 Sep 2006, 1:50 PM
#1
tomato avatar

tomato

New Zenner

Join Date:
Aug 2006
Posts:
34
Plugin Contributions:
0

Please help me with one problem. Im begging!

First I want to thank everyone who helps out on these boards. i usually find answers to my questions by just searching and nearly everytime find that its already been answered and its been a trmendous help. Right now i'm stuck and it's consumed one entire day and it seems so foolish. On my page http://www.japanshopdirect.com/catalog All the box colors are the dark blue which is what I want except for the NEW PRODUCTS FOR SEPTEMBER box. I fell foolish but if you coudl help me solve this I would really appreciate it.

-Toshie

20 Sep 2006, 1:52 PM
#2
tinas avatar

tinas

Totally Zenned

Join Date:
Jan 2005
Location:
Lake Havasu, AZ
Posts:
1,090
Plugin Contributions:
0

Re: Please help me with one problem. Im begging!

Look for this in your stylesheet :

centerBoxHeading

That is what controls / calls that background image.

Hope that helps.

20 Sep 2006, 1:54 PM
#3
misty avatar

misty

Inactive

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

Re: Please help me with one problem. Im begging!

This is being controlled in stylesheet/s by
div #whatsNew .centerBoxWrapper 12 or centerBoxHeading
but you have more than one stylesheet for your template..

20 Sep 2006, 2:05 PM
#4
tomato avatar

tomato

New Zenner

Join Date:
Aug 2006
Posts:
34
Plugin Contributions:
0

Re: Please help me with one problem. Im begging!

Below is what I have but I dont see where to actually change that background. I can change the text but I need the background to change instead.

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
margin: 1em 0em;
}

h2.centerBoxHeading, .productListing-rowheading {
margin: 0em;
font-size: 1em;
color: #ffffff;
padding: 0.5em 0.2em;
border-bottom: 1px solid #000000;
}
.centerBoxWrapper, .tabTable {
padding: 0px;
height: 1%; /do not remove- IEhack/
border: 1px solid #000000;
margin-bottom: 1em;
}

20 Sep 2006, 2:09 PM
#5
misty avatar

misty

Inactive

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

Re: Please help me with one problem. Im begging!

Revisited site, image concerned no longer visible so am assuming problem is fixed

20 Sep 2006, 2:11 PM
#6
tomato avatar

tomato

New Zenner

Join Date:
Aug 2006
Posts:
34
Plugin Contributions:
0

Re: Please help me with one problem. Im begging!

Misty,
Thanks alot! The code was lacking the background-color: text so I just added it and it worked. Thanks alot for showing me where to insert that snippet of code.

-Toshie