Hi,
Although I checked sidebar category widget option in “show hierarchy”, It shows flat format in sidebar.
I want to show hierachy format in category widget. Could you guide me where should I check theme?
Thanks,
Alan.
Hi Alan!
You can add this on Quick CSS or custom.css:
.widget_categories .cat-item ul.children {
margin-left: 15px !important;
list-style: disc outside;
}
Cheers!
Ismael
You guys are simply awesome. Just what I was looking for!