Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #491274

    Hi team,

    how can I deactivate the Scroll Down Arrow Animation in Full Screen Slideshows? And moreover it would be nice to make it thinner (it looks like biold text).

    Thanks and cheers,
    Jan :)

    #491574

    Hi Jan!

    When you edit the fullscreen slider there is an option for adding the scroll down arrow. Make sure it’s unchecked.

    Cheers!
    Elliott

    #491646

    Hey Elliott,

    thak you, but this is not, what I meant.

    I WANT the scroll down arrow. But I want it not to move. It shouldn’t move from top to bottom but stand still. :)

    Cheers,
    Jan

    #492261

    Hi!

    Add this to your custom CSS.

    #top .scroll-down-link { animation: none !important; }
    

    Cheers!
    Elliott

    #492357

    Hi Elliott,

    the scroll down arrow is still animated after that in the full screen slideshows:

    http://topofthelake.de/

    Do you know why?

    Thanks,
    Jan :)

    #492869

    Hey!

    try this code instead:

    a.scroll-down-link {
    animation: none !important;
    -webkit-animation: none !important;
    }
    

    Hope this helps.

    Best regards,
    Andy

    #493091

    Hi Andy,

    that worked! Perfect :)

    Thank you,
    Jan

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘No Animation Fullscreen Slider Scroll Down’ is closed to new replies.