Is there any way or CSS selector where we can target the parent div?
For exp:
<div class="xylem">
<div class="xyz2 show"></div>
</div>
When show class comes then I want to target (XYLEM parent class) in there any way guys?
Is there any way or CSS selector where we can target the parent div?
For exp:
<div class="xylem">
<div class="xyz2 show"></div>
</div>
When show class comes then I want to target (XYLEM parent class) in there any way guys?