Sidebar tree

Hi,

How can i do, so only the top category LI has a style like in the right part of the picture(“After”)?
http://pastebin.com/ExWf3851 <- default code. No changes.

You don’t need to change your template for this. Just deactivate the lines in CSS that affect li-elements in the second (or deeper) layer of the category tree.

Tryed a lot of stuff and all of them ended up with bad outcome. So i ended up adding:
#sidebar .tree li li.exp>a{ background:white … and probably some other stuff aswell, but it works so far.

thanks for the reply tho :slight_smile: