Filters opened on desktop and closed on mobile
-
Hi,
There is an option in your theme “Shop filters area always opened”. Is there a way to have filters (widgets, not sidebar or page builder filters) opened by default on desktop and closed by default on mobile? Possibly with a piece of code?
Thank you, Radek
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
.filters-area {
display: block!important;
}
.woodmart-filter-buttons {
display: none!important;
}
.filters-area .filters-inner-area {
opacity: 1;
}
.woodmart-shop-tools {
margin-right: -30px;
}
Best Regards
Just for the others, it should be added to the ‘Theme Settings > Custom CSS > Desktop’ … if you want to have it opened on desktop.
But anyway, it works well!
Thank you for your help, Radek
Hello,
Yes, that is right. If you have any questions please feel free to contact us.
Best Regards
The topic ‘Filters opened on desktop and closed on mobile’ is closed to new replies.