Support Forum Forums Mixxcazt – Creative Multipurpose WooCommerce Theme How do I delete the breadcrumb on every page header? Reply To: How do I delete the breadcrumb on every page header?

#1530

You can use Css style:

@media (max-width: 768px){
ul.products li.product {
    flex: 0 0 50%;
    max-width: 50%;
}}