I have the following HTML:
I cannot apply any JavaScript, but I can edit the CSS. I can edit the HTML of the only
<div>
<div>
<span class="something">Styled content</span>
</div>
<div>
Unstyled content
</div>
</div>
I need to style (specifically, display:none;) the unstyled content as well.
I don't mind if I style the whole containing div or just the divs with content.
Is this possible?