Hi,
Thanks for contacting us and choosing our product!
Now we don’t have option to do this.
However you can do it by go to: wp-content/themes/pangja/woocommerce/loop/ then open file loop-start.php
Go to line 32 (last line) and change the code to:
<ul class="products list <?php echo esc_attr($product_classes); ?> clearfix" >
and go to: wp-content/themes/pangja/assets/js then open file haru-shop.js
Go to line 200 of the function changeArchiveLayout() and change the code to:
// Set default layout
if ($.cookie( 'gridcookie' ) == null) {
$( 'ul.products' ).addClass( 'list' );
$( '.gridlist-toggle #list' ).addClass( 'active' );
}
Maybe you need to do only Step 2 in haru-shop.js file
Hope this helps!
****
Regards,
HaruTheme