Themify Product Categories Menu – Collapse the submenus under parent categories
-
Hey there!
I’m using Themify, and I’m trying to make the parent items collapsed and opening up when the parent category is clicked/checkmarked, whatever. So far I haven’t been able to achieve this in any means. I’ve tried the code provided below, I tried Javascript and a bunch of other things, but nothing seems to work. Can anyone help me with the code that I need to insert to make it collapsible?
I know this issue has been brought on a few times, but the code provided in the other threads doesn’t seem to do anything to my menu:
.wpf_items_wrapper .wpf_item .wpf_submenu ul {
display:none;
}
.wpf_items_wrapper .wpf_item .wpf_submenu input[type=”checkbox”]:checked + label + .wpf_submenu {
display:block;
}
- The topic ‘Themify Product Categories Menu – Collapse the submenus under parent categories’ is closed to new replies.