To change the URL that the Logo or Main text in the upper left hand corner of your site is pointing to, login to your Control Panel.
Click on the "Templates" link.
Inside the "Panel Files" option, edit the "Pageheader.html" file.
You should see some HTML code that looks like this:
<a href='%%GLOBAL_HomePagePath%%'>%%GLOBAL_WebSiteName%%</a>
Simply change the href path to point to the URL you'd like to use. Eg:
<a href='http://www.yourdomain.com'>%%GLOBAL_WebSiteName%%</a>

The article has been updated successfully.