Delete sort by and display woocommerce top products store and replace with product search widget
see example of what I want in screenshot:
https://www.dropbox.com/s/64w233bx09fra3s/Captura%20de%20pantalla%202020-10-06%20a%20las%2013.03.48.png?dl=0
I hope your help thanks.
Cheers
Hey Carlos,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
div .product-sorting .sort-param-order, div .product-sorting .sort-param-sort {display: none;}
To add a search widget you will need to use a WooCommerce filter: woocommerce_before_main_content.
If you need further assistance please let us know.
Best regards,
Victoria