Best Premium and Free WordPress Themes › Forums › Travel Way Pro › Problem with compatible widget for iPhone.. › Reply To: Problem with compatible widget for iPhone..
July 3, 2019 at 5:08 am
#63331
Participant
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, 5 months ago by
acmesupports.