Hi David,
I have widgets in the Woocommerce filter bar.
By using your latest code, it hides the filter bar header itself but the content is still there…
Can it be hidden on mobiles?
Please note:
I am using another css from Mohammad, because I want the filters open by default
.sf-mobile-shop-filters {
display: block!important;
}
(just wanted to let you know, it maybe interfere with your css)
My original request was in summary:
1. I would like the top filters open by default on desktop and tablet and closed on mobiles.
…if that doesn’t work…
2. I would like the top filters open by default on desktop and tablet and hidden on mobiles.
Thanks for the help!