Forums

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

Home Forums CSS Why can't I select tag? Reply To: Why can't I select tag?

#285748
Shikkediel
Participant

Try this:

li:nth-of-type(4) a {
  color: black;
}

That li only has a single child…