Home Forums WoodMart support forum filter shop

filter shop

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

    ghisleghis
    Participant

    Hello

    How to hide the show 12 -24 -36 filter in the shop?
    Thanks

    #408632

    Hello,

    Sorry, but there is no option in Theme Settings to remove the pagination as you require.

    You can change it to Load More or Infinite Scroll from Theme Settings -> Product archive -> Products grid.

    OR if you simply want to remove the pagination only then you can try with the Custom CSS as well.

    .woocommerce-shop nav.woocommerce-pagination.wd-pagination {
        display: none !important;
    }

    Best Regards

    #408634

    ghisleghis
    Participant

    it is not a question of removing the pagination but of removing the filter to display by 12 by 24 by 36..

    thanks

    #408777

    Hello,

    Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .wd-shop-tools .wd-products-per-page {
        display: none;
    }

    Best Regards.

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