Remove the Site Title Link
Example: Remove the link from your site title text.
Note: This script removes the 'a href' link from the h1 site title; the text itself will appear but without being linked.
In Extra Header Code Injection put:
<script src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.js" type="text/javascript"> </script><script type="text/javascript">$(document).ready(function() {$('#siteTitle a').removeAttr("onclick");})</script>
In Custom CSS put:
#siteTitle a { cursor: text; }



