Main image not showing on mobile

Hi there,

The main image of my website isn’t showing on the mobile option so the drop down menu isn’t visible due to the white background. Also the text going across the image is hardly visible. Any ideas how to fix this?

Many thanks,
Anja

Hi,

Thanks for reaching out to us, could you provide screenshots of the issue or a url to your website?

Best Regards,
Support

Hi,
yes, sure. I have attached a screenshot from my phone. Here is the link also:
http://www.brightonandhovecleaning.co.uk
Thank you!
Anja

Hey there,
Hope you’re doing well today

Kindly add the following Custom CSS to Appearance > Customize > Additional CSS and test the issue:

/Resolves Background Image Missing On iPhone Devices/
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : portrait) {
#header{
background-attachment: initial !important;
}
}

Please let me know if it helps,

Best Regards,
Support

Hi there,

I just updated the theme and it seems to have fixed this issue. I need to change some color issues now but I think I can work that out. One question I have though, Testimonials has an image now. How can I remove that?

Many thanks,
Anja

Hey there,
Hope you’re doing well today

You’ll need to go to Appearance > Customize > Front Page Sections > Testimonials Section > Backgrounds tab.

You can change/remove the background there.

Please let me know if there are any other questions that I may answer for you.

Best Regards,
Support

Hi there,
thank you for this, sorry I should have been more clear I meant the Avatar image above each testamonial. I have removed the link or even added a '#" instead but it still leaves a square where the Avatar should normally be. Is there any solution to this?

Many thanks,
Anja

Hey there,
Hope you’re doing well today

Kindly add and save the code below to Appearance > Customize > Additional CSS:

.testimonial-image {
    display: none!Important;
}

Please let me know if this helps,

Best Regards,
Support

Hey support,

I’m very well, thank you, I hope you are too!

Thank you for the fix, that did the trick.

Kind regards,
Anja