Make Header Image a Link to Home
-
I’ve researched this question for days and have tried the various suggestions I’ve come across. Nothing seems to work to make my custom header image a link to “home”.
I’m using the default theme which I have modified with a custom header; I did not change image names, I just overwrote the Kubrick files with the new image (so the header image is still called kubrickheader.jpg, but it’s my own custom image now – and the files are saved in a different directory from the default files).
This is what I’ve put in the Footer file:
<div id=”header” role=”banner”>
<div id=”headerimg”>
<div id=”headerimg” onclick=”location.href=’http://www.thetrufflekit.com/blog/’;” style=”cursor: pointer;”></div>
</div>I’ve also tried copying this same code into the stylesheet under the header section, but nothing came of it.
What am I missing? I would just like my customer header image to link back to the home page from all pages. The blog is http://www.TheTruffleKit.com/blog.
Thanks for any help!
The topic ‘Make Header Image a Link to Home’ is closed to new replies.