Home › Forums › WoodMart support forum › Scroll to top pagination › Reply To: Scroll to top pagination
November 6, 2020 at 7:49 am
#239312
Elise Noromit
Member
Hello,
Please add this code to the functions.php of the child theme:
add_filter('woodmart_ajax_scroll_class', function () {
return '.my-own-element';
} );
.my-own-element
replace this selector with your one the page would scroll till this element after AJAX.