- AuthorPosts
- September 28, 2020 at 5:10 pm #27578Sarah PittmannGuest
The background picture that shows in the header is showing on my husbands Samsung cellphone, but it will not show on any of our Apple products (my Apple phone or our Apple tablet). On the Apple devices it is simply showing the accent color instead of the picture. I used the Inspirations Monument theme out of the box. How do I get it to be responsive on Apple devices and show the background picture the same way it does on the Samsung?
Thanks!
Sarah
September 28, 2020 at 5:14 pm #27621Jesse OwensKeymasterHi Sarah-
This issue is due to the way that Safari on iOS handles the “Cover Page” image size together with the “Fixed” background position.
In order to fix it, navigate to Customize > Advanced > Custom JS & CSS and paste the following code into your Custom Theme CSS field:
@media only screen and (max-device-height : 1024px) and (max-device-width : 1024px) { .palette-primary.custom-background, .boldgrid-section.background-fixed { background-attachment: scroll !important; background-position: center top !important; } }
September 29, 2020 at 9:31 am #27634Sarah PittmannGuestTHANK YOU SO MUCH!! It worked!!
- AuthorPosts
- The topic ‘Monument Theme background image not visible on Apple Devices’ is closed to new replies.