swannn
Forum Replies Created
-
Now it worked:
/* hide all parent category checkboxes / .wpc-has-children > .wpc-term-item-content-wrapper input[type=”checkbox”] { display: none; } li.wpc-has-children > div > label > .wpc-term-count { display: none; } ul.children { padding-left: 1px; / adjust the value to your desired level of indentation */
}
.widget-area .widget li.wpc-term-item a, .wpc-filters-widget-main-wrapper li.wpc-term-item a {
color: #000000;
}I tried this code but it also delets the checkboxes from the childes of the parten:
This worked in CSS:
li.wpc-has-children > div > input[type=checkbox],
li.wpc-has-children li > div > input[type=checkbox] {
display: none;
}This worked in CSS:
li.wpc-has-children > div > input[type=checkbox],
li.wpc-has-children li > div > input[type=checkbox] {
display: none;
}This worked in CSS:
li.wpc-has-children > div > input[type=checkbox],
li.wpc-has-children li > div > input[type=checkbox] {
display: none;
}