Home Forums WoodMart support forum Scroll to top pagination Reply To: Scroll to top pagination

#239312

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.