Home › Forums › WoodMart support forum › How to exclude an additional table › Reply To: How to exclude an additional table
December 4, 2020 at 11:32 am
#247756

Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .offcanvas-sidebar-tablet .shop-content-area:not(.col-lg-12) .woocommerce-result-count {
display: none;
}
Best Regards