So here are the other Queries related to this Topic ….. How to overwrite the jquery script in wordpress ?jQuery overwrite the script in wordpress ?How to overwrite the jquery smooth scroll script ?How to overwrite the wp theme jquery...
How to overwrite the script or smooth scroll functionality in jQuery ~ WordPress ?
Smooth Scroll of window to a div using jquery
if you want to scroll the window smoothly on click then you can make that using this code to reach the particular div. jQuery(".addto_cart_button").click(function() { jQuery('html, body').animate({ scrollTop: jQuery("#cust-id").offset().top }, 2000); }); If you have multiple link to scroll.....