header image clickable
-
Dear FOoks,
Ik have searched on the topic but my resolution doens’t seem to be there. Can someone help me? I want to make my header image clickable and to return to home page . Iam using the Satorrii theme my website is https://www.portmantoo.nl
in the header php i now have the following:
<div id=”header”><img src=”https://www.portmantoo.nl/wp-content/themes/satorii/img/mini_icons2/ipadlogopurpleklein.jpg” width =”425″ height= “223”/>
And in my css it’s this :
#header{
display: block;
outline: none;
width:425px;
height:223px;
background: url(img/mini_icons2/ipadlogopurpleklein.jpg)top left no-repeat;
margin-bottom:0.35em;
text-indent: -9999em; /* this will hide Home-link text */Tried different things but still no clickable image.
Thanks in advance !</div>
- The topic ‘header image clickable’ is closed to new replies.