Home › Forums › CSS › Why can't I select tag? › Reply To: Why can't I select tag?
March 30, 2019 at 10:53 am
#285748
Participant
Try this:
li:nth-of-type(4) a {
color: black;
}
That li
only has a single child…
The forums ran from 2008-2020 and are now closed and viewable here as an archive.