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?
April 29, 2021 at 10:54 am
#1530
You can use Css style:
@media (max-width: 768px){
ul.products li.product {
flex: 0 0 50%;
max-width: 50%;
}}