Home Forums Aasta Pro Scroll to Top stop icon bounce

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #41742
    Ray Burg
    Participant

    Hi,
    Is there a way to stop the scroll to top icon from bouncing?

    I tried turning off site animation in the theme settings but no luck.

    This is a test site: https://icluey.com/prod/

    #41745
    themearile
    Keymaster

    Hi Ray Burg

    Okay, kindly add the below CSS in the Additional CSS box. Please go to the Appearance => Customize => Additional CSS, then paste the CSS here and click to publish button.

    .page-scroll-up a {
    animation: none;
    -webkit-animation: none;
    }

    Let us know if it works for you.


    Thanks

    #41746
    Ray Burg
    Participant

    Perfect thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.