Hi,
I want to hide the products per page option from the collection page in my website. I am using Warehouse theme.
I would greatly appreciate it if you could help me do it.
Thanks
Hi,
I want to hide the products per page option from the collection page in my website. I am using Warehouse theme.
I would greatly appreciate it if you could help me do it.
Thanks
Hi,
Can you please share store url (If store is password protected, please provide password as well) so that we can check the issue properly and specify which part you want to hide.?
Thanks!
Yes of course, the website is wall.gr
To hide page size dropdown,
Put this code at the end of theme.css
.collection__toolbar-item.collection__toolbar-item--count {
display: none;
}
It will appear like this
Thanks!
It works, but it hides the product count also.
Please that with this
.collection__toolbar-item.collection__toolbar-item--count .value-picker-wrapper {
display: none;
}
Thanks!
It works! Thank you very much ![]()