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

#426245

Luke Nielsen
Keymaster

Hello,

3. You have disabled the shop tools area by using custom CSS:

https://prnt.sc/rZ6Z5uevvF7Q

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