shellqc Posted September 24, 2006 Posted September 24, 2006 I need to remove the "What's New Here?" text at the top of my homepage. I have searched through all 32 pages and other topics and can't find the answer. I want to get rid of what's new here completely and shift of my text and the login text up. How do I do that? I found where I can take the words out but the blank space <big gap> is still there I wan the whole entire box gone and everything else shifted up. Thanks for your help! Shell
lt_oneman Posted September 24, 2006 Posted September 24, 2006 I need to remove the "What's New Here?" text at the top of my homepage. I have searched through all 32 pages and other topics and can't find the answer. I want to get rid of what's new here completely and shift of my text and the login text up. How do I do that? I found where I can take the words out but the blank space <big gap> is still there I wan the whole entire box gone and everything else shifted up. Thanks for your help! Shell edit your file: shop/includes/languages/english/index.php around line 37 :
rbmccall Posted September 25, 2006 Posted September 25, 2006 edit your file:shop/includes/languages/english/index.php around line 37 : How do you edit the file? Can you edit it for me? :blush: manufacturer.'); define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: '); define('TEXT_SHOW', '<b>Show:</b>'); define('TEXT_BUY', 'Buy 1 \''); define('TEXT_NOW', '\' now'); define('TEXT_ALL_CATEGORIES', 'All Categories'); define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers'); } elseif ($category_depth == 'top') { define('HEADING_TITLE', 'What\'s New Here?'); } elseif ($category_depth == 'nested') { define('HEADING_TITLE', 'Categories');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.