Hi folks,
How can I remove the sort button in products / shop page? and how can I put a search bar instead?
Thank you in advance!!!
Hi folks,
How can I remove the sort button in products / shop page? and how can I put a search bar instead?
Thank you in advance!!!
Hi,
You can go to plugins > woocommerce > templates > loop then look for sorting.php. Replace everything there with this code.
<?php get_search_form(); ?>
Then add this on your custom.css
.title_container #searchform {
z-index: 100;
}
Hope this helps. :)
Regards,
Ismael
Thank you so much ismael, Kries support team rocks!!!
Glad Ismael could help you :)
This topic has been closed to new replies.