Forums

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

Home Forums JavaScript Issue with .children and CSS Reply To: Issue with .children and CSS

#195616
Paulie_D
Member

It’s not clear what you are exactly trying to do but what you need to do (at least as I understand it) is..

Find the child of .resaltado that has a class of titulo-trabajo and apply a color to the child…(there is only one).

http://jsfiddle.net/s966zqdt/2/

Frankly, I’d be add/changing classes rather than directly affecting CSS but I think this is it.