Viewing 3 posts - 1 through 3 (of 3 total)
  • #24345
    kox_man
    Member
    Post count: 15

    Hi guys, great theme.

    How can I highlight current category in sidebar widget? I just want to make font to be bolder.

    I think I have to assign font-weight: bold; – but for what attribute?

    I see that .current-cat assigned to ‘li’, not to the ‘a’.

    Please help me how can I make link of current category be bold.

    Thanks.

    #24409
    Ultraschall2d
    Member
    Post count: 59

    Try this:

    .current-cat {
    font-weight: bold;
    }

    or for the full path:

    .current-cat, .current-cat-parent {
    font-weight: bold;
    }

    #24760
    Melanie – SUPPORT
    Member
    Post count: 11032

    Thanks Ultraschall 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register