Hide Sorting and Price filter in FILTERS area
-
Hello!
Hi!
I css hided sorting and price filter area from Woodmart custom filter area and added 4 Woodmart Woocommerce layered dropdown.
The thing is that now that your customs are hidden, the rest wont fit each in one of 4 columns that filter area has.
How can I fix that?
Thanks a lot!!!
Attachments:
You must be
logged in to view attached files.
Hello,
It would be better to disable them completely. Try to add the following PHP code snippet to the child theme functions.php file to do this
add_filter( 'woodmart_use_custom_price_widget', '__return_false', 10 );
add_filter( 'woodmart_use_custom_order_widget', '__return_false', 10 );
The topic ‘Hide Sorting and Price filter in FILTERS area’ is closed to new replies.