This topic has 2 replies, 2 voices, and was last updated 1 years, 9 months ago ago by Rose Tyler
Hi,
I need to disable the Filter option which comes by default on shop pages.
Please find the video for the reference
https://www.veed.io/view/5be44e22-941d-47ae-800d-80f8b3c33185?panel=share
Hello, Bhabani
1/ Filters styles are broken on your site it can be due to a 3rd party plugin effect on it.
If you want to disable mentioned filters, add the next code in Theme Options > Theme custom CSS > Global:
.woocommerce-page .woocommerce-ordering, .woocommerce-page .view-switcher, .woocommerce-page .products-per-page {
display: none;
}
2/ Disable WooCommerce Infinite Scroll and Ajax Pagination plugin or set correct settings – https://www.8theme.com/documentation/xstore/plugins/woocommerce-infinite-scroll-and-ajax-pagination-settings/
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up