SO - 20297805

by Arun P Johny

HTML

<div id="description">
    TEXT I WANT REMOVED
    <p>Keep this text</p>
    <p>Keep this too</p>
</div>

CSS

#description {
    visibility: collapse;
}
#description p{
    visibility: visible;
}