This has been a problem that has been driving people CRAZY. People seem to think that you need to install special CSS plugins or use javascript.. forget it.
This method takes TWO seconds.
Log into your theme editor, go to edit your header.php file
where it says :
<div id=”header”>
replace with:
<div id=”header” onclick=”location.href=’http://www.yourlinkhere.com’;” style=”cursor: pointer;”>
ENJOY! HOPE IT HELPED!











This is exactly what I needed. Thank you SO much!