Skip to content

Instantly share code, notes, and snippets.

@gmmedia
Created May 2, 2025 08:02
Show Gist options
  • Save gmmedia/9943ec5dc12ad5109972bdd648312d0c to your computer and use it in GitHub Desktop.
Save gmmedia/9943ec5dc12ad5109972bdd648312d0c to your computer and use it in GitHub Desktop.
WooCommerce Category Widget Legacy
/* Make Category sidebar 90% viewport height - 220px header size */
/*.woocommerce.widget_product_categories ul.product-categories {
max-height: calc(-220px + 90vh);
overflow: auto;
}
.woocommerce.widget_product_categories ul.product-categories li.cat-item {
list-style: none;
}
.woocommerce.widget_product_categories ul.product-categories li.cat-item a {
list-style: none;
line-height: 1.5em;
border-bottom: 1px solid var(--global-palette8);
}
.woocommerce.widget_product_categories ul.product-categories li.cat-item button {
height: 1.5em;
line-height: 1.5em;
}*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment