The fonts on the product slider on http://dev5.curlyhost.com/ are fuzzy in Safari only – I think it’s an issue with the animation?
Hey Andrea!
Please add following code to Quick CSS
.avia-safari .avia-content-slider, .avia-safari .avia-content-slider-inner, .avia-safari .avia-content-slider-inner .slide-entry-wrap {
-webkit-perspective: 0;
}
Regards,
Yigit
That doesn’t seem to have solved the issue.
Hey!
Please try changing code to following one
.avia-safari .avia-content-slider, .avia-safari .avia-content-slider-inner, .avia-safari .avia-content-slider-inner .slide-entry-wrap {
-webkit-perspective: 0 !important;
}
If that does not help, please post temporary admin logins here privately.
Best regards,
Yigit
Yay! That did end up resolving it – THANK YOU!