Best Premium and Free WordPress Themes › Forums › Lawyer Zone Pro › Background images in “featured” sections ar not scrolling › Reply To: Background images in “featured” sections ar not scrolling
April 9, 2021 at 12:12 pm
#95299
Keymaster
Dear J.Feldt,
Such issues are common for the iOS devices as the Safari browser still does not support background-attachment: fixed; property. But it should not appear on Android devices.
But you can add the following code in Additional CSS for removing blurry image from all mobile devices.
Appearance > Cjustomize > 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 5 years ago by
acmethemes.