• Resolved bigian5000

    (@bigian5000)


    Is it possible to have more than 1 set of categories in my sidebar? If I drag another category widget into the sidebar it simply duplicates the contents of the first one. Failing this, is there a way of making category titles bold while the posts and/or subcategories are plain?
    I’m trying to have a category set of articles and a set of videos on this website
    https://promovideo.co.uk
    At the moment I’ve got no way of differentiating them.
    Thanks, Ian

Viewing 4 replies - 1 through 4 (of 4 total)
  • is there a way of making category titles bold while the posts and/or subcategories are plain

    Yes – using CSS.

    Thread Starter bigian5000

    (@bigian5000)

    Thanks, any idea what code I should use bearing in mind I’m using collapsing categories plugin.
    I’ve tried
    .collapsing a { font-weight: bold !important; }
    in the css file but it makes everything, categories and posts bold. I’d like the posts to stay plain

    Something like:

    .collapsing a { font-weight: bold !important; }
    .collapsing ul a { font-weight:normal !important; }

    might work.

    Thread Starter bigian5000

    (@bigian5000)

    Thanks, that works fine

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘More than one set of categories’ is closed to new replies.