dnheise
Member
Posted 2 years ago #
Does anyone know if it is possible to add a link to a custom header image in WPFolio?
I've replaced the blank header.jpg file with a new version that has my site name in a custom font.
Now, however, I want to be able to inser a page link into the header so that I can click on it from any page and return to the home page.
Unfortunately, the theme doesn't seem to support this. Does anyone know how to make header images clickable in WPFolio?
it is possible, but you need to manipulate the theme. You would just need to add the link code <a href="http://website.com"> your image </a> around the image in the header file of the theme.
dnheise
Member
Posted 2 years ago #
Thanks. It works and looks great in my wife's portfolio site:
http://www.jinnypearce.com/
jamesklowe
Member
Posted 2 years ago #
what if your header is an image and not text?
div.header {
background-image: url("http://blog.jamesklowe.com/wp-content/uploads/2010/04/YWJKL.png");
background-repeat: no-repeat;
background-position: 10% 90%;
margin-left: 0;
padding: 6.5em 400px 2em;
max-height: 520px;
min-height: 290px;
overflow: hidden;
}
is it possible to add a link to that?
blog.jamesklowe.com
@jamesklowe you can't add a link to an image in css.
christoph.heldt
Member
Posted 1 year ago #
christoph.heldt
Member
Posted 1 year ago #