Page 1 of 1

Edit Category View --> CSS?

Posted: 13 Mar 2011, 22:26
by daniel
Hey there,

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
.category {
display:none,
}
But then both categores are not displayed

Re: Edit Category View --> CSS?

Posted: 15 Mar 2011, 01:58
by Jan
Hi, then you need to find the tree function and remove the main categories (see models of category view)

Jan