Disable SmoothScrolling for Anchors - kary4/divituts GitHub Wiki

<script>
jQuery( document ).ready(function() {
    var previousSmoothScroll = window.et_pb_smooth_scroll;
window.et_pb_smooth_scroll =  function($target, $top_section, speed, easing) {
    previousSmoothScroll($target, $top_section, 0, 'linear' );
}
}); 
</script> 

Disabling smooth-scrolling on custom links. Add this class to the link: et_smooth_scroll_disabled

⚠️ **GitHub.com Fallback** ⚠️