Archived topic
Woocommerce Shop Page pagination missing
4 replies · Started by John on July 3, 2021
I was following along with another topic post and added the code that David had suggested:
.infinite-scroll .woocommerce-pagination {
display: block !important'
}
The live site is https://annarborfoot.com/shop/
Sorry, the pagination is missing at the bottom of the Shop page. I have 12 products per page and 36 total.
Hi there,
the CSS you have added has some 'broken' characters. Delete it and Copy and Paste this:
.infinite-scroll .woocommerce-pagination {
display: block !important;
}
thank you. for setting me straight. my mistake with '
Glad to be of help!