jeudi 12 octobre 2017

Hide a specific checkbox with CSS

I have a number of checkboxes on a page and want to hide only ones attached to the advanced filter main class, I tried this and it doesnt work.

.advanced-filter:input[type='checkbox'] {
    display:none;
}

Any ideas? Thanks




Aucun commentaire:

Enregistrer un commentaire