Tagged: animation, arrow, fullscreen slider, scroll down link
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 :)
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
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
Hi!
Add this to your custom CSS.
#top .scroll-down-link { animation: none !important; }
Cheers!
Elliott
Hi Elliott,
the scroll down arrow is still animated after that in the full screen slideshows:
Do you know why?
Thanks,
Jan :)
Hey!
try this code instead:
a.scroll-down-link {
animation: none !important;
-webkit-animation: none !important;
}
Hope this helps.
Best regards,
Andy
Hi Andy,
that worked! Perfect :)
Thank you,
Jan