Site logo

[Support request] Add hover effect to image using Generate Blocks Pro

Home Forums Support [Support request] Add hover effect to image using Generate Blocks Pro

Home Forums Support Add hover effect to image using Generate Blocks Pro

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2480972
    Pintu

    Hi, I’m currently using the following CSS

    .gb-container.my-article a:hover img {
        transform:scale(0.97);
        box-shadow: 0 0 0 4px rgb(0 0 0 / 3%);
    }
    .gb-container.my-article a img{
        transition: all 0.5s ease;
    }

    to add a hover effect on my homepage’s latest posts image.

    I want to know if this exact same hover effect can be achieved using the Effects Panel in Generate Blocks Pro and not with the additional CSS. If so, can you please guide me on how? and which value should be put on which option?

    Thanks. I’ve added my site link in the private section.

    #2481086
    Ying
    Staff
    Customer Support

    Hi Pintu,

    Yes, the effect can be achieved using GB pro without CSS.

    #2481363
    Pintu

    Can you please guide me on how? and which value should be put in which option?

    #2481370
    Fernando
    Customer Support

    Hi Pintu,

    Can you open a new ticket here for GB Pro support?: https://generateblocks.com/support/

    #2481384
    Pintu

    Okay. I’ve opened a ticket there.

    #2481387
    Fernando
    Customer Support

    Alright! Thank you! We’ll respond there.

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