Forums

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

Home Forums CSS [Solved] Trying to change bottom border li on dropdown ul Reply To: [Solved] Trying to change bottom border li on dropdown ul

#177671
daleylife
Participant

The id is on the ul. The rest of the code works and I can target the a, but not the span.
This is the part I have trouble with.

\#primary-nav span:hover span:first-child:nth-last-child(2) {
border-bottom-color: transparent;
}
<code></code>