jacobsen1
Member
Posted 2 years ago #
Hello!
Great plugin. I'm using equilibrium and this plugin and my parent categories have a different font size from their children. This would be OK if they were bigger, but they're smaller and it looks out of place:
http://www.sharewhereyoushoot.com
Any suggestions?
Thanks!
Ben
http://wordpress.org/extend/plugins/collapsing-categories/
robfelty
Member
Posted 1 year ago #
Try adding some custom css rules in the collapsing categories style settings. Something like:
#sidebar li.collapsing.categories {
font-size:1em;
}
#sidebar li.collapsing.categories li.collapsing.categories {
font-size:.9em;
}