Home › Forums › JavaScript › Issue with .children and CSS › Reply To: Issue with .children and CSS
February 11, 2015 at 9:19 am
#195616
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.