<div>
    <span>
        <a class="theclass">Text here</a>
    </span>
</div>
In this example, I want to target the div from the class "theclass", not the div specifically but the parent of the parent, which is the div. I can't change the structure, just the CSS. Is that even possible?
 
     
    