Home › Forums › WoodMart support forum › Hide product count on category › Reply To: Hide product count on category
June 27, 2022 at 4:27 pm
#386603

Luke Nielsen
Keymaster
Hello,
The below code will help you to hide the “results” filed, enter it into the “Custom CSS for mobile” area that is in Theme Settings -> Custom CSS.
.archive .woocommerce-result-count {
display: none !important;
}
Don’t hesitate to let me know if you need any further help or any other info.
Kind Regards