Skip to content

Instantly share code, notes, and snippets.

@WEBLOTI
WEBLOTI / jsf-hide-before-filter.html
Created February 12, 2026 15:52 — forked from Crocoblock/jsf-hide-before-filter.html
JetSmartFilters Hide widget before filtering (also optionally hide when no filter is applied anymore)
<style>
body:not(.elementor-editor-active) .hide-listing {
display: none;
height: 0;
}
</style>
<script>