let me have a look please 🙂
can’t see section “Arbeitskleidung”?!
beneath css you may also remove the “Arbeitskleidung” articles from your shop and clear cache of Spreadplugin. Then the section should be gone too
Sorry, maybe I didn’t explain well enough…
“Arbeitskleidung is a Subcategory of “Men” and “Women”.
So you first have to choose category “Männer” or “Frauen” in the dropdown menu. Then there is a second dropdown menu, and there are lots of other subcategorys like T-Shirts, Longsleeves, Underwear, Workclothes,…
And I want to hide stuff there, but i dont know the proper css because this doesn’t work:
#productCategory option[value="Arbeitskleidung"] {
display:none;
}
(sorry for the mixed german-english)
ahh genau,
so please use
#productSubCategory option[value="Arbeitskleidung"] {
display:none;
}
I’m german, too – so no problem – but we’ve to use english in these forums here 🙂
Sorry to disturb you again… The code works fine, there is just a little bit of trouble with the Umlaut in “Unterwäsche”.
I tried:
#productSubCategory option[value="Unterw+%E4+sche"] {
display:none;
}
and “Unterwäsche” and so on, it doesn’t work.
#productSubCategory option[value="Unterw%C3%A4sche"] {
display:none;
}