- Acme Themes

Best Premium and Free WordPress Themes Forums Travel Way Pro Problem with compatible widget for iPhone.. Reply To: Problem with compatible widget for iPhone..

#63331
acmethemes
Keymaster

Dear Leon,
Such issues are common for the iOS devices as Safari browser still does not support background-attachment: fixed; property. But it should not appear on the Android devices.
But you can add the following code in Additional CSS for removing the blurry image from all mobile devices.
Appearance > Customize > Additional CSS

@media(max-width:767px){
    .at-parallax{
       background-attachment: scroll !important;
   }
}

(Note: It will change in all mobile devices)

Best Regards!

  • This reply was modified 4 years, 9 months ago by acmethemes.