Home › Forums › WoodMart support forum › Scroll to top on Shop › Reply To: Scroll to top on Shop
April 8, 2019 at 6:53 am
#117575
Artem Temos
Keymaster
Try to set that filter to 0
and also use this filter to change the element
add_filter( 'woodmart_ajax_scroll_class' , function(){
return 'html';
} );
Regards