Hi there,
you will need to Hook in the Off Canvas toggle:
1. Create a new Hook element
2. Add this code to the hook text area:
<?php
$icon = '';
if ( function_exists( 'generate_get_svg_icon') ) {
$icon = generate_get_svg_icon( 'menu-bars' );
}
?>
<span class="slideout-toggle woo-filter-toggle hide-on-mobile has-svg-icon"><a href="#"><?php echo $icon; ?> FILTER</a></span>
3. Set the Hook to: woocommerce_before_shop_loop
4. Check the Execute PHP option.
5. Set the Display Rules to: Product Archives
for the shop and/or Product Category Archives
Once thats done it may require some CSS to remove the toggle in the Nav and position the before the product loop – but i would need to see the site.