When viewing a recently created page (see private for location) 2 of the 3 background images on Color Selection are not viewing in iPhone. I use BrowserStack to test various platforms. The page renders okay on desktops, and Android, but not on ios.
The very top image of a woman with hand-over-mouth views on all devices. But the background image of a family just below it, along with the background image behind “We’ve Got Plans” is not showing.
I have created Administrator privileges for you to use if needed.
Thanks!
Hey,
Thanks for contacting us!
I added following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 1024px) {
.avia-safari .avia-bg-style-fixed .av-parallax {
background-attachment: scroll !important;
background-size: cover !important;
}
}
Please review your website :)
Best regards,
Yigit