Forums

[Plugin: Collapsing Categories] font size different for parent and children categories? (2 posts)

  1. 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/

  2. 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;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic