I have HTML like this:
<div class="meta-box-1">
<p> Content 1 </p>
<i> Content 2 </i>
<h4> Content 3 </h4>
</div>
Can I hide Content 2? How?
I googled for it and it seems it can not be done. But being new to every kind of coding I could not become sure. Any help would be appreciated.