Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Is it possible to Select the parent from a child Re: Is it possible to Select the parent from a child

#101942
Senff
Participant

Not directly with current CSS, you’ll have to use some jQuery for that.

$('.Small').parent().css("color","red");