Set Scroll Speed sitewide with Jquery

Insert this piece of script into the footer code of the site settings page.

     <script>
           // SET DATA SCROLL TIME SITE WIDE 
           $('body').attr('data-scroll-time', '0.45');
     </script>
4 Likes

@Diarmuid_Sexton
I tried this on my site but its not working. I even changed 0.45 to 20 but it did not become slow