Site logo

Archived topic

Add hover effect to image using Generate Blocks Pro

5 replies · Started by Pintu on January 2, 2023

Viewing posts 1–6 of 6

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.

Hi Pintu,

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

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

Okay. I've opened a ticket there.

Alright! Thank you! We'll respond there.

This archived topic is closed to new replies.