Remove page numbers in catalog page
-
How to Remove/hide page numbers/ pagination – 1, 2, 3 in catalog page/product listing page. i have attached image
Attachments:
You must be
logged in to view attached files.
Hi kidsdial4,
Thanks for reaching to us.
Navigate to Theme Settings > Product Archive > Product grid > Products pagination > Choose a type for the pagination on your shop page.
Regards,
Hi
We do not want pagination or infinite scroll or lazy load. basically we want to display only 12 products in catalog page, thats all. after that user should not see any page numbers.
we want to hide those numbers 1, 2, 3, 4….etc , also we do not want infite scrolling or lazy load
Hi kidsdial4,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div.wd-loop-footer.products-footer{
display: none;
}
Regards,