Hide "product results" of a categorie on tablet
-
Hi,
I have disabled all filters on top of the shop. But now I saw at my new website that the total product results appears on my iPad.
It is not showing on mobile and desktop, only iPad.
How can I hide this?
Attachments:
You must be
logged in to view attached files.
Hello,
Please specify what steps should I take to reproduce the problem? I cannot catch the problem http://prntscr.com/o2vjwg
Best Regards
You can’t see the staging environment at this moment.
It’s the: .woocommerce-result-count which is showing up
🙂
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woocommerce-result-count{
display:none!important;
}
Best Regards