Cant Edit some text on my site... please help

Permalink
hi all,
im pretty new to this,
my website is philadelphia-locksmiths .net , on the top left there is an image of the company logo, on the logo there you'll see the text "philadelphia locksmith" , How can I remove it?

On other pages (click car locksmith on the menu) it doesn't show...
When I try to select it in editing mode it only select the logo image allowing me to replace it.

Thanks!

 
globalnerds replied on at Permalink Reply
globalnerds
You need to edit your header.php and remove the reference to it. Depending on your theme, the code usually looks something like this:

<?php
                $a = new GlobalArea('Site Name');
                $a->display();
                ?>


Remove it and the text won't show.
kopykat replied on at Permalink Reply
Thanks for the reply,
I actually figured it out - I needed to change it in the page properties. Thanks again!