Quote Originally Posted by HelpMeSell View Post
THANKS!!!!

One more thing, I am trying to change a few things in the chekout page as well. I attached another picture.
How would I put a border around the checkout box?
Where do I adjust the background and font color for the upper part?

Thanks again!
open includes/templates/cold_steel/css/stylesheet.css

find the following declarations and change as desired

.productListing-rowheading, tr.tableHeading {
background: url(../images/tile_back.gif);
height: 2em;
color: #814639;
}

.rowOdd {
height: 1.5em;
vertical-align: top;
border:1px solid #000;
}
.rowEven {
background-color: #f8f8f8;
height: 1.5em;
vertical-align: top;
border:1px solid #000;
}