How To Hide “Showing ——— Result”
-
How to hide Showing Product Count Result in shop page ” Mobile View”
Please check screenshot below!
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
body .wd-shop-tools{
display:none;
}
Best Regards
Dear Elise Noromit!
I Want to Hide Only ” Showing ———- Results”
Not SideBar & Filters
Hello,
Please replace the code with this one:
body .wd-shop-tools p{
display:none!important;
}
Best Regards
Thanks above code worked,
now can you give code how to remove this marging check below picture please!
Attachments:
You must be
logged in to view attached files.
Thanks above code worked,
now can you give code how to remove this marging check below picture please!
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.woocommerce-shop .page-title {
margin-bottom: 0;
}
Best Regards
You are welcome! We are here to help.
Wish you a wonderful day!
The topic ‘How To Hide “Showing ——— Result”’ is closed to new replies.