Quote Originally Posted by RICHNICE View Post
Hello I love the simple zen cart template it is what i have been
looking for, thank you.

I am using the latest zen cart version, no addtions

Questions however..

1. i have been racking my brain looking at the css trying to find how the code where i would change the right and left nav columns background color from white to black

here is the css code, but i don't see where to change it, I also tried
rightboxcontent in css to no avail.

What part of the code do I change to to switch the right and left backgrounds columns to black?




2. what file do i change so it does not say "Zen Cart! The art of commere" in the browser tabs window.

thank you for your response in advance
1. just add a background color.
#navColumnOne {
padding: 0.5em;
background:#000;
}

#navColumnTwo {
padding: 0.5em;
background:#000;
}

2. includes/languages/english/meta_tags.php

be sure to move it to includes/languages/english/YOUR_TEMPLATE/ after changing it.