
Originally Posted by
MeltDown
Two questions: Concerning the main text area: Could you tell me how to change the background color of this area?
Second: Is it possible to have an image where the center navagation bar is? (but still have the nav bar function)
Here's what I have so far, but it doesn't seem to have any effect:
Code:
#navEZPagesTop {
background:#FFDFFF; url(../images/Lipstick.gif) repeat-y;
}
Thanks.
Hi there,
It seems you're currently having a symptom of an error I made on common/tpl_main_page.php. (we're talking about the pitti vintage site, right? Please post the link to the site in question whenever you post, thanks!)
Before we address the issues above, you'll need to replace includes/templates/apple_zen/common/tpl_main_page.php. I've attached the file as a txt file. I've updated Apple Zen with these changes (1.5).
Then you'll need to make these changes in your css.
Change:
Code:
#navColumnTwo, #navColumnOne {
float:right;
position:relative;
}
to:
Code:
#navColumnTwo, #navColumnOne {
float:right;
position:relative;
width:20%;
}
You can remove this section:
Code:
.columnRight, .columnLeft {
width:20%;
float:right;
}
duxfield, I'll PM you, but you'll need the same changes.
OK, for the questions you just asked... background color of the "main text area"... I think you're talking about the portion that is white behind the products, then grey behind the right column? That is controlled by an image. If you'd like the white and grey all to be the same color, then you can change this:
#centerColumnWrapper2{
background:url(../images/content_bg.gif) repeat-y 80% 0;
}
to:
#centerColumnWrapper2{
background:#000000;
}
BUT if you want to keep the grey, and just have the white different, you'll need to open up the includes/templates/apple_zen/images/content_bg.gif with an image program, and change the white to the color you would like.
The center navigation bar... are you talking about the blue bar with your categories? That is not #navEZPagesTop, that is #navCatTabs.
Bookmarks