Home › Forums › Basel support forum › Remove Filters on Product Categories page › Reply To: Remove Filters on Product Categories page
October 23, 2017 at 8:38 am
#22291
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to hide them
.woocommerce-result-count,
.woocommerce-ordering {
display: none!important;
}
Regards