Home › Forums › Support › Cannot Make Header Element Image Clickable This topic has 3 replies, 2 voices, and was last updated 2 years, 5 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 10, 2023 at 4:36 am #2603908 Jerry After many hours of trying, I can’t seem to make my hero header image clickable. The following method is not working for me: https://generatepress.com/forums/topic/header-element-clickable/ This is the site with the issue: https://filipinatransgoddess.com Appreciate your help! April 10, 2023 at 5:28 am #2603972 DavidStaff Customer Support Hi there, there needs to be a link inside the site header for that to work. Go to Appearance > Widgets -> Header Widget and add a HTML block with: <a class="hero-click" href="full_url_of_link"><!-- click zone --></a> Then add this CSS: #site-header { position: relative; } .hero-click { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } April 10, 2023 at 2:01 pm #2604603 Jerry Thank you David! Didn’t have the HTML in the proper place. Works fine now April 11, 2023 at 1:44 am #2605193 DavidStaff Customer Support Glad to hear that! Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In