Site logo

[Support request] Add Link to featured image and hover effect

Home Forums Support [Support request] Add Link to featured image and hover effect

Home Forums Support Add Link to featured image and hover effect

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2582364
    werner

    Hello all,

    i want to link the entire featured image to the blog post / page. How can I do that?
    Also i want to add such a zoom hover effect, like on this reference site. Do you have any idea how i can add that zoom effect to the featured images, once the user hovers with the mouse on the image.

    #2582686
    David
    Staff
    Customer Support

    Hi there,

    can i see your site where you want to apply this?

    And do you have a GenerateBlocks Pro license ?

    #2584386
    werner

    please find here the details

    #2584389
    werner

    update: actually i do not have the generateblock PRO license. I just thought you mean the generatepress

    #2584552
    Ying
    Staff
    Customer Support

    Hi Werner,

    You can use this CSS for the hover effect:

    .gb-grid-column.gb-query-loop-item.post > .gb-container:hover:before {
        transform: scale(1.1);
    }
    
    .gb-grid-column.gb-query-loop-item.post > .gb-container:before {
        transition: all 0.3s ease;
    }

    If you don’t have GB pro license, it’s basically impossible to have the background image link to the post, unfortunately.

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