Home Forums WoodMart support forum Remove page numbers in catalog page

Remove page numbers in catalog page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #622882

    kidsdial4
    Participant

    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.
    #623100

    Hung Pham
    Keymaster

    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,

    #623431

    kidsdial4
    Participant

    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

    #623524

    Hung Pham
    Keymaster

    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,

Viewing 4 posts - 1 through 4 (of 4 total)