Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #296930

    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

    #297154

    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

    #297270

    worked great! thx! Awesome support as always!

    I just had to add the browser support prefixes -webkit- and -moz-.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Background-Attachment of Fullscreen Slider’ is closed to new replies.