• Hello, I’d like to make the header image clickable. I’m talking about the featured image on the homepage of the hatch theme. Right now it is just a picture and I’d like to direct visitors to another page when they click it.

Viewing 1 replies (of 1 total)
  • Thread Starter heavygel

    (@heavygel)

    Fixed. I added this image link code to the home.php page just under the header/banner info

    This happens to be a rollover image

    <a href="URL"><img src=" Header image " onmouseover="this.src=' rollover image '" onmouseout="this.src='image again'"? /></a>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    check it out at
    https://www.micheleboyer.com

Viewing 1 replies (of 1 total)
  • The topic ‘Header/Banner Image clickable link’ is closed to new replies.