Site logo

Archived topic

Show Subcategories of Main Category Woocommerce

3 replies · Started by Abhisarika on June 29, 2020

Viewing posts 1–4 of 4

Hi Tom,
In left sidebar i kept product categories and subcategories.
What i required as if am in parent category product archive page then subcategories of that parent category have to show (Expand) automatically.

Hi there,

try adding this CSS:

.woocommerce .widget_product_categories ul > li.current-cat > ul.children {
    display: block !important;
}

Wow, Awesome It works.

Thanks alot

You're welcome

This archived topic is closed to new replies.