Guest Posted January 15, 2005 Posted January 15, 2005 I've followed the Knowledge Base instructions and have managed to successfully change the Categories box to be all the colour I want it, no silver corners...... Do I need to do this for each and every box? The first step to do this for the stylesheet file is to add this to the bottom of the boxes.php file: class infoBoxHeadingCategories extends tableBox { function infoBoxHeadingCategories($contents) { $this->table_cellpadding = '0'; $info_box_contents = array(); $info_box_contents[] = array(array('params' => 'width="100%" class="infoBoxHeadingCategories"', 'text' => $contents[0]['text'])); $this->tableBox($info_box_contents, true); } } So now how do I do this for, say, the Languages box? Or the Shopping Cart box?? Thanks.....
Guest Posted January 15, 2005 Posted January 15, 2005 The truth is out there http://www.oscommerce.com/community/contri...ox+Linked+IMage :thumbsup:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.