Viewing 2 replies - 1 through 2 (of 2 total)
  • You shouldn’t be using #categories, as that theme uses: .categories

    .categories ul li {
        font-weight: bold;
    }

    Plus, to unbold the children:

    .categories ul li li {
        font-weight: normal;
    }
    Thread Starter gkogko

    (@gkogko)

    Wow! It works and it looks great now! Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to bold main categories?’ is closed to new replies.