Home › Forums › WoodMart support forum › Few issues after update to 7.0+ version. Grid swatch position, Prev Next preview › Reply To: Few issues after update to 7.0+ version. Grid swatch position, Prev Next preview
December 5, 2022 at 12:37 pm
#426245

Luke Nielsen
Keymaster
Hello,
3. You have disabled the shop tools area by using custom CSS:
So you can remove that code or change the CSS class of the element to which it will scroll.
if ( ! function_exists('wd_change_link') ) {
function wd_change_link() {
return '.page-title';
}
add_filter('woodmart_ajax_scroll_class', 'wd_change_link');
}
Kind Regards