
Originally Posted by
SHokuf
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:
Code:
// 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:
Code:
// 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 ...');
Hope that helps :)