Brunswick Posted March 31, 2007 Posted March 31, 2007 A small vexing problem. In order to change the background color of the box headers it is simpler to eliminate the elements on both ends that allow for rounded corners. To do this for the boxes on both sides there is a simple solution shown on Page 37 of the Documentation PDF. You simply replace this code in "includes\classes\boxes.php" $info_box_contents = array(); $info_box_contents[] = array(array('params' => 'height="14" class="CategoriesBoxHeading"', 'text' => $left_corner), array('params' => 'width="100%" height="14" class="CategoriesBoxHeading"', 'text' => $contents[0]['text']), array('params' => 'height="14" class="CategoriesBoxHeading" nowrap', 'text' => $right_corner)); with this: $info_box_contents = array(); $info_box_contents[] = array(array('params' => 'with="100%" height="14" class="infoBoxHeading"', 'text' => $contents[0]['text'])); Unfortunately this does nothing for the "New Products For..." box header. Does anybody have any ideas how you achieve this for this particular header? -Hank :huh:
Brunswick Posted April 1, 2007 Author Posted April 1, 2007 Hi, I'm still looking for some help on this one. Does anybody have any idea? -Hank :rolleyes:
Brunswick Posted April 4, 2007 Author Posted April 4, 2007 Hello, I've finally solved this one on my own! You may refer to my post here for the answer: http://www.oscommerce.com/forums/index.php?showtopic=257620 All the various posts I've been able to find on this issue did not appear to solve this adequately. -Hank
Recommended Posts
Archived
This topic is now archived and is closed to further replies.