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
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
Hi!
Can you try following code instead
.grid-entry .inner-entry { -webkit-transform: translateZ(0); }
Cheers!
Yigit
Thanks Yigit, that works