Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

search box


e_jammosc

Recommended Posts

Hi,

Another newbie question. I?ve figured out how to remove header text in the search box but is it possible to remove that green header bar also?

In includes/boxes/search.php you can just get rid of the header or comment it out like below and not use a box heading.

 //$info_box_contents = array();
 //$info_box_contents[] = array('text' => BOX_HEADING_SEARCH);

 //new infoBoxHeading($info_box_contents, false, false);

Link to comment
Share on other sites

In includes/boxes/search.php you can just get rid of the header or comment it out like below and not use a box heading.

 //$info_box_contents = array();
?//$info_box_contents[] = array('text' => BOX_HEADING_SEARCH);

?//new infoBoxHeading($info_box_contents, false, false);

 

Thanks Dan that worked.

Best wishes

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...