For the Nav bar: in your stylesheet,css file find this:
Code:
#navMainWrapper, #navSuppWrapper {
margin: 0em;
background-color: #136865;
background-image: url('../images/tile_back.jpg');
font-weight: bold;
color: #ffffff;
height: 1%;
width: 846px; padding-left:0.2em; padding-right:0.2em; padding-top:0.5em; padding-bottom:0.5em
}
Change, remove the line or change the tile_back.jpg to what you want. the color of the backgroung is curren tly #136865 if this is ok then great or you can change it to any html color you want.
I need help get my nav tab bar to show the text with out having a background and I also would like to shrink the size of the tile_back.jpg on the top and bottom.
These are conflicting statements if I have understood your post correctly...you either do not want a background hence get rid of the tile_back or you want to reduce the size of the tile_back???
how I could change the center colums letters to white
First, the letter color is in the stylesheet.css as
Code:
body {
color: #000000;
font-size: 62.5%;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #e5edf5;
background-image: url('../images/surfing.jpg');
margin: 0;
}
Where color #000000 is black, change to #FFFFFF; also add the close tag in red.
get rid of the exess tile_back.jpg that is behind my scrolling products bar.
I assume that this code is entered in the main_page.php file...this is where the border is called out...or post the code for the scrolling bar.
I did not see an unbalanced left to right alignment.
BTW 2 things, your site does not render in FireFox, scrolling bar specifically. And at the end of you CSS file there is some code added that is for an older version of ZenCart if for ZenCart at all. It calls out tables and in the new version there are few.