Hi there,
you would create a new Hook Element:
Add this to the content:
<?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>
Select the woocommerce_before_shop_loop
hook
Check Execute PHP
Set the Display rule locations to:
Product Archive
Product Category Archives > All Product Categories
In Customizer > General – make sure the Icon Type is set to SVG.