Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Remove Content after ( Re: Remove Content after (

#125187
Andy Howells
Participant

Could even use attribute selectors if the labels are set up properly.

input#check-you-want-to-hide { display: none; }
label[for=”check-you-want-to-hide”] {display: none;}