New Zenner
- Join Date:
- Jul 2007
- Posts:
- 20
- Plugin Contributions:
- 0
remove heading title and sales message entirely
Well I did a search and looked on the FAQ's etc and expected to find the answer easy-peasy but there was none. Could it be that I'm the only person who wants to remove the heading title and sales message entirely?
Most of all I would love to remove the heading title on the home page. The info in the support section tells you how to change this text, which I already have, but I just feel my design would be better if it were completely removed.
I don't really understand code and my usual approach is to just chop bits out to see what will happen, but I'm a bit scared to do that in this case.
I am currently looking at this bit
/*Replace this text with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
define('HEADING_TITLE', 'Unique eco-friendly Jewellery and crafts');
} elseif ($category_depth == 'nested') {
// This section deals with displaying a subcategory
/*Replace this line with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
define('HEADING_TITLE', 'Unique eco-friendly Jewellery and crafts');
}
?>
```of the relevant index.php file and wondering what will happen if I just chop it out. I'm hoping someone on here will stop me doing something stupid :shocking:
Any ideas?