Hi,
how can I remove or hide the boxes “product sorting” and “number of products to show”
in all the pages of my shop? (main shop page, category page, subctegory page)
Thanks,
Simo
Hey Simo,
Please add following code to bottom of Functions.php file of your child theme ( https://kriesi.at/documentation/enfold/child-theme/ ) in Appearance > Editor
function avia_remove_woocommerce_frontend_search_params() {
remove_action('woocommerce_before_shop_loop','avia_woocommerce_frontend_search_params', 20);
}
add_action( 'init', 'avia_remove_woocommerce_frontend_search_params');
Regards,
Yigit
fixed thanks!
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit