Tagged: slider
Hi there,
On the site we are developing dev2.electrixinternational.com, I’m noticing a strange flickering of the text on the page every time the header sliders move. It’s like the text changes font-weight momentarily.
Any idea why that would be? Noticing this in Firefox and Safari on Mac, but not on Chrome.
Many thanks,
Richard
Hey richardelectrix!
Please add following code to Quick CSS
.avia-safari .flex_column {
-webkit-transform: translateZ(0)!important;
}
Best regards,
Yigit
Hi Yigit,
Sadly, this doesn’t seem to have worked. Any other ideas?
Richard
Hi!
use Safari after implementing Yigit’s code. Clear browser cache at first and then hard refresh a few times. Are you using any caching plugin?
Best regards,
Andy