I want to hide bannerbox div if banner-description is empty
<div class="bannerbox">
<div class="banner-description">If Empty then Hide</div>
</div>
I tried few thing but didn't work
.banner-description:blank{display:none}
This hide the child
I am looking for solution in CSS if possible
 
    