• Resolved krishs

    (@krishs)


    dear team,

    i want to display products in list view by default but only on categories page not on shop page…is there any customization can help me to do this ? please revert ASAP.

    Thanks in advance

Viewing 1 replies (of 1 total)
  • Hello,

    ?Please try to add the below custom JS code from the Appearance > Customize > Custom CSS/JS, and check.

    jQuery(function($){
         $('.tax-product_cat ul.products').removeClass('grid').addClass('list');
    });

    PS- add the above code in the JS field

Viewing 1 replies (of 1 total)
  • The topic ‘list view in product categroy page’ is closed to new replies.