Quote Originally Posted by clydejones View Post
for number 1:
open includes/templates/cold_steel/css/stylesheet.css

find the following declarations and make the highlighted changes.

#categoriesHeading {
margin: 0;
padding: 0.5em 0.2em;
background:#016215;
border-bottom:1px solid #5e5f5e;
/*background: url(../images/sidebox_header_bg.gif) no-repeat;*/
font-weight: bold;
}

.leftBoxHeading, .rightBoxHeading {
margin: 0em;
background:#016215;
/*background: url(../images/sidebox_header_bg.gif) no-repeat;*/
padding: 0.5em 0.2em;
color: #fff;
font-weight: bold;
}

------------

For number 2:
This is the default display for the new products "center box".
Since the template DOES NOT touch this Zen Cart Core file, in order to change the display to what you wish, you will need to edit:

includes/modules/new_products.php

Once you've made your edits, save the edited file to includes/modules/cold_steel/new_products.php
Your a star!! Thanks so much for your help!