Hi
Is there any easy solution for making product category parents unclickable. I need them to be acting as nodes or titles. I have no products in parent categories.
Thanks in advanced
Hello,
Add the below code to Theme Options > Custom CSS
.widget_product_categories.sidebar-widget ul .parent-level0 > a {
pointer-events: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.