open includes/languages/english/comstock/index.php
find the following section of code
Change this
Code:
define('HEADING_TITLE', 'Welcome to ' .STORE_NAME); /*Replace this line with the headline you would like for your shop. For example: Welcome to My SHOP!*/
} elseif ($category_depth == 'nested') {
// this will also be used on Top Level
define('HEADING_TITLE', 'Welcome to ' .STORE_NAME); /*Replace this line with the headline you would like for your shop. For example: Welcome to My SHOP!*/
to this
Code:
define('HEADING_TITLE', ''); /*Replace this line with the headline you would like for your shop. For example: Welcome to My SHOP!*/
} elseif ($category_depth == 'nested') {
// this will also be used on Top Level
define('HEADING_TITLE', ''); /*Replace this line with the headline you would like for your shop. For example: Welcome to My SHOP!*/
Bookmarks