09/17/2014 at 12:38 pm
#304379
Participant
Hmmm, that would be super easy, (and make me feel silly for asking…lol) but it didn’t work.
Not sure if it matters, but I’m specifically looking to do this in the Select Category dropdown.
If I use
.chosen-results {display: none !important;}
obviously gets rid of all of them, and I figured out that
.chosen-results li.active-result.cn-cat-level-1 {display: none !important;}
gets rid of all the first level cats (leaving child cats), but I’m specifically trying to eliminate just two first level cats.
e.g. data-option-array-index=”12″
Thanks.