Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #309869

    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?

    #309872

    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

    #309909

    That fixed it.
    Many thanks Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Copyright text animating’ is closed to new replies.