SyntaxFix
Write A Post
Hire A Developer
Questions
Without a class or an id, and with your specific html:
table tr td label {display:none}
Otherwise if you have jQuery
$('label[for="foo"]').css('display', 'none');