find: jQuery('a[href^="#"]').smoothScroll({ excludeWithin: ['.titles','.tabs'] });and replace to: jQuery('a[href^="#"]').smoothScroll({ excludeWithin: ['.titles','.tabs'], speed: 1500 });where speed: 1500 is scroll speed = 1500ms (1.5s)