How do I select (hide) the date in the following code?
<div class="myDiv">
<h5>
<strong>News header</strong> 2015-03-05
</h5>
</div>
The problem is that the date has no id, no class nor a paragraph tag. Perhaps there's a way to use a sibling selector or similar?
I don't have access to the html, just the css.