Home › Forums › WoodMart support forum › filter shop filter shop This topic has 3 replies, 2 voices, and was last updated 2 years, 5 months ago by Aizaz Imtiaz Awan. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 26, 2022 at 3:08 pm #408592 ghisleghisParticipant Hello How to hide the show 12 -24 -36 filter in the shop? Thanks September 26, 2022 at 4:23 pm #408632 Aizaz Imtiaz AwanKeymaster 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 September 26, 2022 at 4:26 pm #408634 ghisleghisParticipant it is not a question of removing the pagination but of removing the filter to display by 12 by 24 by 36.. thanks September 27, 2022 at 10:35 am #408777 Aizaz Imtiaz AwanKeymaster 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. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register