Skip to content

Instantly share code, notes, and snippets.

@memetican
Last active September 17, 2023 00:24
Show Gist options
  • Save memetican/aec67d709c341f324b0323675452ff8e to your computer and use it in GitHub Desktop.
Save memetican/aec67d709c341f324b0323675452ff8e to your computer and use it in GitHub Desktop.
Webflow Fixes
<script>
$("a[href^='#']").click(function() {
$(this).closest("nav").removeClass("w--open");
$(this).closest("div.w-dropdown-toggle").removeClass("w--open");
});
</script>
<style>
.search-result-item:has(a[href^="/sku/"]) {
display: none;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment