Tagged: blurry, content slider, mobile
Hi There –
I had this issue a few months back and we corrected it with a bit of CSS code. The text on my home page on my mobile device is very blurry. I believe it is the content slider that is causing this. Website is theartofadvice.com.
Last time we added the following code and it worked like a charm:
#top .avia-content-slider-inner .slide-entry-wrap { -webkit-perspective: none !important;}
Any help would be appreciated!
Hey JustinGreis!
Please try adding following code to Quick CSS
#top .avia-content-slider, #top .avia-content-slider-inner, #top .avia-content-slider-inner .slide-entry-wrap { -webkit-perspective: none !important; }
Cheers!
Yigit
Worked like a charm! Thank you!!!!