- Acme Themes

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

#95299
acmethemes
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.