Styling Category Levels in WordPress (video)
January 23rd, 2009 | Posted in Screencasts 2 Comments »
Assigning unique styles to each category level in WordPress requires you to insert the following classes in your stylesheet:
- Top level: .cat-item a { }
- Second level: .cat-item ul li a { }
- Third level: .cat-item ul ul li a { }
I created a five-minute video showing how the addition of these category classes to your WordPress stylesheet will change the style of each category level.
I also uploaded it to Vimeo, although the quality isn’t as good.
Tags: categories, CSS, firebug, Screencasts, styles, web developer extension, WordPress
Twitter
Facebook













very nice information, thanks..
best regard
Styling Category Levels in WordPress with CSS…
If you have multiple levels of categories in your blog and wish to have them styled differently, Tom Johnson of I’d Rather Be Writing walks you through the process in this CSS-based tutorial.
……