Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #285015

    Hi, there is a strange effect on the text displayed on my front page, where it seems to be going through a subtle kind of animation, chaining the transparency or font weight? How can I turn this off across the whole site?

    Thanks

    #285238

    Hey Richard!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_textblock {
    -webkit-transform: translateZ(0);
    }

    Cheers!
    Yigit

    #285329
    This reply has been marked as private.
    #285342

    Hi!

    Can you try following code instead

    .grid-entry .inner-entry { -webkit-transform: translateZ(0); }

    Cheers!
    Yigit

    #285367

    Thanks Yigit, that works

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