toolman Posted March 17, 2007 Posted March 17, 2007 Hi there, I have noticed that at the top and bottom of each box, there is an image called pixel_trans.gif. I cannot find how to remove this from the top of these boxes. Does anyone know how to do this or which file it is is? Many thanks.
usernamenone Posted March 18, 2007 Posted March 18, 2007 you remove the trans pixel gif and your whole page will crash and look like crap. It is used as a spacer and is used on most if not all pages catalog and admin. If you need to remove it in a certain section look for that section and remove that code only.
toolman Posted March 22, 2007 Author Posted March 22, 2007 I want to remove it from the search box, but it is not in the code. Any idea where else it would be? Many thanks.
jonquil Posted March 23, 2007 Posted March 23, 2007 includes/classes/boxes.php This will affect all the boxes so have a care :) jon It's all just ones and zeros....
jasonabc Posted March 23, 2007 Posted March 23, 2007 includes/classes/boxes.php Same file - look for this line and comment it out: $info_box_contents[] = array(array('text' => tep_draw_separator('pixel_trans.gif', '100%', '1'))); It appears twice - once above the for{} loop and once below it. Remove/comment out both references. Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix
Recommended Posts
Archived
This topic is now archived and is closed to further replies.