hello again..
i want my zencart to have different color headings... i'm working on my stylesheet right now and i already knew how to modify the header and the footer... and the side boxes as well...
but not the centerbox...
here is what i've done..(below) but the centerbox is not working... i have two image files tile_back.jpeg & tile_back.jppeg.. any idea how to make the tile_back.jppeg show on my centerbox???
thank you very much...
.leftBoxHeading, .rightBoxHeading {
margin: 0em;
background-color: #abbbd3;
background-image: url(../images/tile_back.jpeg);
padding: 0.5em 0.2em;
}
.centerBoxHeading, {
margin: 0em;
background-color: #abbbd3;
background-image: url(../images/tile_back.jppeg);
padding: 0.5em 0.2em;
}
![]()





