Making Header Image into a Link
-
Ok, so I really would like for my header image on the pilcrow theme to be a link to the default page of my blog.
I didn’t use the built-in way to give pilcrow a header, so that doesn’t work for me. Instead I used this code to upload the header image
#pic {
background:url('http://img684.imageshack.us/img684/6393/okmaybethistime.png') no-repeat scroll 0 0 transparent;
border-bottom:2px solid #d1dae3;
clear:both;
height:130px;
width:985px;
}As far as I can tell, there’s no way that CSS has something as simple as {linkto: url;}, so I need help figuring out a way I can do this in the CSS. Please help!
Thanks.
The blog I need help with is: (visible only to logged in users)
-
You need to add the right code in a text widget and position it where you want it. See here for an example:
https://en.forums.wordpress.com/topic/how-to-make-branding-image-clickable-link?replies=8#post-911024 -
- The topic ‘Making Header Image into a Link’ is closed to new replies.