Hi there,
We have 3 or 4 shop pages, and they appear to have double pagination at the bottom.
We’d like to disable the Enfold theme pagination, leaving the default WooCommerce pagination in place.
An example page URL is in the private content area.
Please let us know how we can disable it?
Thanks
Hi engage24,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#main .pagination {
display: none;
}
Hope this helps.
Best regards,
Nikko