Quote Originally Posted by stevesh View Post
One way is to note the id or class that Firebug or Web Developer identifies and search for that id or class in Admin - Tools - Developers Tool Kit.
Thanks for your help, this method is working fine. =D
Though in the place of the text that should be there is "<?php echo HEADING_TITLE; ?>" and i'v been searching for "HEADING_TITLE" And it says that its in:

Quote Originally Posted by shop/includes/languages/english/index.php
Line #51 : define('HEADING_TITLE', 'Welcome to my website');
(With the exact message in the bold that i want to delete.)
Line #55 : define('HEADING_TITLE', 'Welcome to my website');
I went into this fine and couldn't fine ether of those lines, and defiantly on like 51 and 55 as the index.php only goes up to 39.


[edit]
Silly me, why am i getting hung up over where the text is comeing fromw hen i can just delete the hole:
<h1 id="indexDefaultHeading"><?php echo HEADING_TITLE; ?></h1>
Line

Problem solved

Thanks for all your help everyone btw