How to disable icon bouncing animation

How to stop bouncing?

Hello,
How can I stop these icons from bouncing?
It looks like they’re clickable. By preventing them from bouncing, users won’t feel like they can click.
Thank you.

Hi,

Thanks for the request. Please clarify which icons you are referring to, and we will try to provide a solution or workaround.

Oops, sorry, I thought I sent the screenshot :wink:
Here it is

Hi,

Please use this CSS snippet:

.hp-feature{transform:none!important}

I hope it helps

Oh yeah, I hadn’t thought of using CSS code.
I tried asking chatgpt, but he found another CSS code, and it didn’t work.
This one works, thanks.
Not great, chatgpt :wink:

Thanks a lot, Andrii, great :wink:

Ori

1 Like

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