Hi, I previously turned off the animating text, in which text goes from regular to bold whenever an image in the easy slider changes. I did this by adding the following in Quick CSS:
body {
-webkit-transform: translateZ(0) !important;
}
However, somehow the copyright text in the socket is still animating?
Hi Richard!
Please try adding following code to Quick CSS as well
#socket {
-webkit-transform: translateZ(0) !important;
}
If that does not work, please post the link to your website
Regards,
Yigit
That fixed it.
Many thanks Yigit