Hi,
I have 3 issues to solve:
1. In the Products page, on the top and bottom, there is the filter “sorting box”. I want to delete it both. I wrote the following code in fuctions.php
(remove_action( ‘woocommerce_before_shop_loop’,’woocommerce_catalog_ordering’, 30 );), but in this way I deleted the filter ONLY above.
2. It’s possible change the breadcrumbs and titles color? And it’s possible to hide the breadcrumbs bar?
3. I’d like to set the sticky menu as transparent, like in your demo. How I can do it?
Thanks