Smooth scroll to reviews on product page
-
When I’m on the product page and click the reviews item at the top next to the product description the anchor makes me jump to the reviews without a smooth scroll effect.
How can we get a smooth scroll effect there too – everywhere else everything is smooth which is nice 🙂
Hi,
This action is handled by WooCommerce JS files and we are not able to edit it to make it work smooth. Here is their scripts https://github.com/woocommerce/woocommerce/blob/master/assets/js/frontend/single-product.js#L18-L26
Regards