Show product result counts in desktop view
-
While searching on the shop page, the number of found items is shown in the mobile view but not shown in the desktop view. How to show result counts in the shop page in desktop view.
Attachments:
You must be
logged in to view attached files.
Hello,
You can show the “Results” field by using the below code, enter it into the “Custom CSS for desktop” area that is in Theme Settings -> Custom CSS.
.woocommerce-shop .wd-builder-off .woocommerce-result-count {
display: block;
}
Don’t hesitate to let me know if you need any further help or any other info.
Kind Regards
-
This reply was modified 2 years, 11 months ago by
Luke Nielsen.