Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / BG color in right column nav area

BG color in right column nav area

Locked

Views: 753

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
23 Aug 2008, 11:09 PM
#1
vito avatar

vito

Zen Follower

Join Date:
Mar 2006
Posts:
182
Plugin Contributions:
0

BG color in right column nav area

I found the following in CSS file -

#navColumnTwo {
background-color: #F5F5F5;
}

I made the bg color F5F5F5 which works fine, except that it only displays below the nav box. How do I change the bg color in the nav box itself?

Vito

23 Aug 2008, 11:29 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: BG color in right column nav area

I'm not sure exactly what you want to do, but if it's changing the sidebox background colors:

.sideBoxContent {
background-color: #ffffff;
padding: 0.4em;
}

23 Aug 2008, 11:35 PM
#3
vito avatar

vito

Zen Follower

Join Date:
Mar 2006
Posts:
182
Plugin Contributions:
0

Re: BG color in right column nav area

Excellent, thanks Steve!! :)

Vito