I have a two big categories, with many subcategories. I present one categoriy (named Galerie) with the category list layout.
My problem: both categories are shown (main and sub)
Galerie » Personen (4)
Galerie » Tiere(8)
Galerie » Stillleben(2)
...
How can i remove the first category, so that it looks like that:
Personen (4)
Tiere(8)
Stillleben(2)
...
I tried to edit the phocagallery.css
i added
But then both categores are not displayed.category {
display:none,
}

