Hello there,
I hope you’re doing well ??
Please, try to add the following code in the functions.php of your active theme:
if( ! function_exists( 'yith_wcan_content_selector' ) ){
function yith_wcan_content_selector( $selector ){
$selector = '.content';
return $selector;
}
add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' );
}
It should change the content section and only refresh the filters and the product loop.
Please, try it and let me know.
Have a good day.