Hi, I only want to show parent categories on the sidebar of my website and not all the sub categories. I've probably overlooked the option to do this, but if you could tell me how to achieve this that would be great. Thank you. Kenny
Hello, For this set widget to show hierarchy. After that paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .sidebar .widget li li { display: none; } Thanks & Regards Nitesh Raghuwanshi