Answer the question
In order to leave comments, you need to log in
How to make product categories open by default in woocommerce widget?
Now product categories are displayed like this:
A should be opened immediately:
I can't find a solution.
Answer the question
In order to leave comments, you need to log in
Add, for example, a script that will set the .active class (as is usually the case in this kind of widget). It's hard to guess without a link.
jQuery(document).ready(function() {
jQuery(".widget_product_categories .cat-parent.has-child").addClass("active");
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question