hi.
can you make it so if you click on the header, it links back to the main blog/home page?
bz
hi.
can you make it so if you click on the header, it links back to the main blog/home page?
bz
Yes. You would have to create a hotspot on your header image. You'd need some HTML knowledge for this, or have someone do it for you. Basically, in your header.php file, you need to create a hotspot map under the "masthead" div id.
I just figured this out.
Go to Presentation - Theme editor
Choose header.php
Replace
<div id="header_img">
with
<div id="header_img" onclick="location.href='http://siteaddress/';" style="cursor: pointer;">
You must log in to post.