Replies: 0
Hello there!
I wanted that my child categories are invisible until the parent category is selected. I found a CSS code in this Forum and it worked. But since I added the code the category filter doesn’t work anymore. I have 3 test Products online (everyone is assigned to a Category and the filter worked before adding the CSS).
CSS used:
.wpf_items_wrapper .wpf_item .wpf_submenu {
display:none;
}
.wpf_items_wrapper .wpf_item input[type=”checkbox”]:checked + label + .wpf_item_count + .wpf_submenu,
.wpf_items_wrapper .wpf_item input[type=”checkbox”]:checked + label + .wpf_submenu {
display:block;
}
Are there any suggestions what the problem could be?
Thanks in advance:)