This topic has 2 replies, 2 voices, and was last updated 3 years, 11 months ago ago by Olga Barlow
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