Smooth Hover Effect on Image and linked to a text

Dear Themco Team, is it possible to link this hover effect to a text. So if hover with the mouse of the image it will zoom in (image), also if i hover over a text under the image in the same cell, to activate the zoom on the image too.

$el .x-image img:hover {
transform: scale(1.01);
transition: all 1.2s ease-in-out;
}

How to get a smooth out if i leave the image with the mouse? try a lot but didnt work.

I activate the clickable image that ok for me but the transition is to fast and not so smooth.

Best Regards
Roland

Hey Roland,

That’s not possible. You will want to apply the hover to the column instead or any element holding the image and text.

Please note that we do not provide support for custom code. Please have your CSS checked by a web developer.

Thank you for understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.