Is it possible to hide the div what containts a specific piece of text?
<div> Your image: img url</div>
<div> Another div</div>
We can't add an ID or Class for the divs and want to hide the div with "Your image" content.
I tried to hide it with numbering the divs. Not working.