Quote Originally Posted by cevans73 View Post
Quick Question...my headers are turned on but they are showing white with white text...it's like they are not there but are....where do I find the code to edit the headers? (for my tabs) I looked in the .css files but couldn't find anything....

Thanks again for your help!!!!
Chris
Headers are using the same code as the newproduct, featuredproduct, etc centerbox headers

Font: In stylesheet.css look for:
Code:
.centerBoxHeading { color: #ffffff !important; }

BG Images: In stylesheet_new.css look for:
Code:
h2.centerBoxHeading, .productListing-rowheading {
	margin: 0em;
	background-image: url(../images/tile_back.jpg);
	font-size: 1em;
	color: #ffffff;
	padding: 0.5em 0.2em;
	}
Change the background-image to:
url(../images/az_box_top_m.gif);