[Support request] Make Archive Featured Image Clickable that Link to Single Post

Home Forums Support [Support request] Make Archive Featured Image Clickable that Link to Single Post

Home Forums Support Make Archive Featured Image Clickable that Link to Single Post

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2362360
    Chandan Prasad Sahoo

    When I click on the Post title link, it brings me to the post. But I want to make the thumbnails clickable.
    I created this blog using Block – Content Template.
    Link: https://usastorytime.com

    #2363026
    Ying
    Staff
    Customer Support

    Hi there,

    Do you have GB pro installed? If so, there’s a featured called container link, it will add the link to the entire container.

    If not, custom CSS might do.

    Let me know!

    #2363411
    Chandan Prasad Sahoo

    I dont have the pro version. Can you please help me with the css?

    #2363474
    Fernando
    Customer Support

    Hi Chandan,

    You could try something like this:

    .inside-article > .gb-container > .gb-inside-container, .inside-article > .gb-container > .gb-inside-container > .gb-headline {
        height: 100%;
    }
    
    .inside-article > .gb-container {
        height: 500px;
    }
    
    .gb-container > .gb-inside-container > .gb-headline {
        display: flex;
        align-items: flex-end;
    }
    
    .inside-article > .gb-container > .gb-inside-container > .gb-headline > a {
        padding-top: 470px;
        padding-bottom: 30px;
    }

    But this is just a workaround, and wouldn’t work as smoothly as the feature in GB Pro.

    #2363974
    Chandan Prasad Sahoo

    Thank you so much.

    #2364023
    Chandan Prasad Sahoo

    I purchased the GenerateBlocks Pro, can you please guide, how to make entire block as a link to the single post.

    #2364378
    Jean Paiva
    Developer
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.