I have this same question: how do I make my whole header image clickable? My blog title and description are set to display:none. The issue is addressed in one of the docs but it doesn’t work for the Tiga theme. Someone answered how to do it here: (I don’t know how to quote!)
“See, now that would have been nice to know ??
In that case, why could you not just link the header image? You know, remove it as a background in your CSS file, and just link to it straight up in your HTML?
<a href="#"><img src="header_image_here.jpg"></a>
That right there’s the easiest way to go about it.”
My problem is, I don’t know where to put that code. My site is lollymom.com
TIA!