Site logo

[Resolved] Cannot Make Header Element Image Clickable

Home Forums Support [Resolved] Cannot Make Header Element Image Clickable

Home Forums Support Cannot Make Header Element Image Clickable

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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!

    #2603972
    David
    Staff
    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;
    }
    #2604603
    Jerry

    Thank you David! Didn’t have the HTML in the proper place. Works fine now

    #2605193
    David
    Staff
    Customer Support

    Glad to hear that!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.