categories widget
I don't know if it's possible. But is it possible when I go to the relevant category via the link above. Then this is also already expanded, and that you can already see the subcategories?
I don't know if it's possible. But is it possible when I go to the relevant category via the link above. Then this is also already expanded, and that you can already see the subcategories?
Comments
Hi,
Unfortunately, there is no option for this.
You must use some custom JS or write more advanced CSS code.
Best regards
Okay, too bad, but is it possible to always leave the categories and subcategories expanded?
I already succeeded.
.wc-block-product-categories-list-item > ul.wc-block-product-categories-list {
display: block !important;
}
.wc-block-product-categories-list-item > span.cat-expander {
display: none !important;
}
Great to see that, and thanks for sharing your solution.
Best regards