Tagged: background image
Hello and thanks for constant support!
We were wondering if it was possible to add a full-width, full-screen background image to our testimonials page https://aquaquestonline.com/testimonials/ here (without any slider at the top) and then have the content scroll with the background fixed. We tried applying the background-image CSS to body on this page but didn’t do the trick…
Thanks,
Gear Out Here
Hey gearouthere!
You could use a color section element for this. You can set a background image to the color section and set it to fixed and then add the testimonials inside it.
Cheers!
Elliott
Hi Elliott, thanks for your answer! your advice seems to work great on Firefox, but the background works funny in Chrome: it wants to scroll with the page and then breaks, have a look here: https://aquaquestonline.com/testimonials/ … am I doing something wrong or is there maybe another way to make the fixed background?
Thanks,
Gear Out Here
Hi!
Please try to disable the minify settings then test the page again.
Cheers!
Ismael
Hi Ismael, hmm the issue still seems to persist when I turn off HTML , JS and CSS minification…
Thanks,
Gear Out Here
Hey!
Try adding this to your custom CSS.
html #top #wrap_all { position: static; }
@media only screen and (max-width: 767px) {
#wrap_all { position: relative !important; }
}
Regards,
Elliott
Hi Elliott, the image is still broken.. It looks like a browser-specific issue, works perfectly in Firefox, doesn’t work in Chrome..
Thanks,
Gear Out Here
Hey!
I checked your website in Chrome and Firefox. Both look the same to me. Background image seems fine. Could you fix it? If not please clear browser cache and make sure to use newest browser version.
Best regards,
Andy
Hi Andy, thank you, it’s working great now! thanks to you and Ismael for support!
Gear Out Here