Skip to content

Instantly share code, notes, and snippets.

@tdmrhn
Created July 14, 2025 11:21
Show Gist options
  • Select an option

  • Save tdmrhn/5646fa4ac1787f6260ad711e8440871b to your computer and use it in GitHub Desktop.

Select an option

Save tdmrhn/5646fa4ac1787f6260ad711e8440871b to your computer and use it in GitHub Desktop.
Blocksy 2 Mobile Off Canvas WooCommerce 9.9 New Product Filter Behavior
.wc-block-product-filters .wc-block-product-filters__overlay-dialog {
transform: translateY(0) !important;
pointer-events: auto !important;
}
.wc-block-product-filters .wc-block-product-filters__overlay-header,
.wc-block-product-filters .wc-block-product-filters__open-overlay,
.wc-block-product-filters .wc-block-product-filters__overlay-footer {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment