1. Go to Design--> Edit HTML.
2. Click Ctrl+F for the browser Find/Search bar to pop up.
3. Input one of these codes below.
Newer Templates:
<div class='header-outer'>
Older Templates:<div id='header-wrapper'>
OR<div id='header'>
4. Change the code as I have below.Newer Templates:
<div class='header-outer' onclick='location.href = "YOUR LINK URL"'>
Older Templates:<div id='header-wrapper' onclick='location.href = "YOUR LINK URL"'>
OR<div id='header' onclick='location.href = "YOUR LINK URL"'>
5. Replace the red text with the link you want to be directed to.
Make note of the ID or Class that you just changed.
6. Scroll up until you see this code below.
]]></b:skin>
7. Just above this code, place one of these codes below. Depending on the code your found in section 3 will determine what code you will use below.Newer Templates:
.header-outer { cursor: pointer;}
Older Templates:#header-wrapper { cursor: pointer;}
OR#header { cursor: pointer;}
You can choose from different cursors, just replace the blue print with the cursor value from the link in this sentence.8. Save and you done.
3 comments: