SHokuf:
I did that dispalay: none in the CSS exactly as you have it. Do you know why it's not working on mine?
http://www.aircorpsdepot.com/store2/
The top images are not displaying as you've set, do you mean you want also the white text not to appear? You can define this in includes/languages/english.php and save to your overide folder, or edit the one in your overide folder if you have one already, just change:
// banner box 2
define('BOX_HEADING_BANNER_BOX2','Have you seen ...');
define('TEXT_BANNER_BOX2','Check this out today!');
// banner_box - all
define('BOX_HEADING_BANNER_BOX_ALL','Sponsors');
define('TEXT_BANNER_BOX_ALL','Please Visit Our Sponsors ...');
```to:
// banner box 2
define('BOX_HEADING_BANNER_BOX2','');
define('TEXT_BANNER_BOX2','Check this out today!');
// banner_box - all
define('BOX_HEADING_BANNER_BOX_ALL','');
define('TEXT_BANNER_BOX_ALL','Please Visit Our Sponsors ...');