Home › Forums › WoodMart support forum › Disable result count › Reply To: Disable result count
February 24, 2020 at 7:00 am
#175638
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area for mobile and tablet devices in Theme Settings to fix this issue.
.woocommerce-result-count {
display: none;
}