anant_b Posted November 17, 2007 Posted November 17, 2007 I would like to remove the header "Let's See What We Have Here" under product catalog. Can anyone please let me know which file I need to edit to remove this. Thanks for your help.
Brian-Bear Posted November 17, 2007 Posted November 17, 2007 catalog/includes/language/english/index.php
markrgriffin Posted November 17, 2007 Posted November 17, 2007 I would like to remove the header "Let's See What We Have Here" under product catalog. Can anyone please let me know which file I need to edit to remove this. Thanks for your help. Not sure about removing the header, however in catalog/includes/languages/english/index.php you can change define('HEADING_TITLE', 'Let\'s See What We Have Here'); to read what you want to display in that header space. Example define('HEADING_TITLE', ' '); Will just give empty space in place of the current text
Recommended Posts
Archived
This topic is now archived and is closed to further replies.