Hello,
I have installed a Hypermarket Child Theme and added the following code to the bottom of the functions.php file of the child theme:
add_filter('hypermarket_smooth_scroll', '__return_false');
This doesn't disable the smooth scrolling though. Is there a way I can make it work?