Created
May 2, 2025 08:02
-
-
Save gmmedia/9943ec5dc12ad5109972bdd648312d0c to your computer and use it in GitHub Desktop.
WooCommerce Category Widget Legacy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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