Support » Plugin: WooCommerce Grid / List toggle » Force LIST View, get rid of grid view.

Viewing 1 replies (of 1 total)
  • You can just force the list view through the woocommerce settings -> catalog, and then don’t show the button through CSS. For this last bit, add:

    .gridlist-toggle {
        display: none !important;
    }

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Force LIST View, get rid of grid view.’ is closed to new replies.