Home › Forums › Theme support › Background Image > Background Fix not working in IOS › Reply To: Background Image > Background Fix not working in IOS
Ok, we tried it with different devices, it was working fine on our end. We tried any Apple device with Google Chrome inspector tools and mozilla inspector tools, also working fine. I’m not sure why it’s not working on your end, but I have a hunch. Can you please add this CSS code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:
body {
background-size: cover !important;
}
After this, please delete your browser cache and try it again. Please let me know if it was working or not. Thank you.