Hey,
I would like to change the background-attachment of the fullscreen slider to scroll with the page. (like on the Enfold demo site with the slider for the apple products). It’s important that the slider remains fullscreen.
Thank you very much and have a great day!
Julian
Hi aIVIis!
Thank you for visiting the support forum.
Please use this on Quick CSS or custom.css:
.avia-fullscreen-slider .avia-slideshow-inner {
transform: translate3d(0,0,0) !important;
}
Regards,
Ismael
worked great! thx! Awesome support as always!
I just had to add the browser support prefixes -webkit- and -moz-.