Animation, delete in code?

We have already implemented our page into our hosting site, Marketo, but I noticed a weird animation on the Facebook icon in the FOOTER (See here: http://pages.catchpoint.com/SRE-Survey-18.html)

Without having to re-upload all the code/images again - which page can I find this animation code on and just delete it? Is it a JS file, or just the CSS file?

Sorry, inexperienced coder here.

:blush:

Hi @tmeluch, are you referring to this facebook icon?

https://cl.ly/09450R1S0u3e/Image%202018-01-18%20at%209.50.13%20PM.png

I did not see any animation the facebook icon through, although I see the chat window box popup, is that what you are referring?

Thanks in advance.

Hi @tmeluch

You can try to add the following code in your CSS:

.image-6:hover
{
     opacity: 100%;
     transform: translateX(0px);
} 

Let me know if this works…

My best