Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #677739

    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?

    #677761

    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

    #678221

    That doesn’t seem to have solved the issue.

    #678222

    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

    #678227

    Yay! That did end up resolving it – THANK YOU!

    #678233

    Hey!

    You are welcome, let us know if you have any other questions or issues.

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Fuzzy Fonts on Safari using Product Slider’ is closed to new replies.