Forums

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

Home Forums CSS Target last li item groups of class "test" within ul Reply To: Target last li item groups of class "test" within ul

#249646
Paulie_D
Member

This is a non-trivial issue.

There is no single method for selection here. There are multiple conditions that need to be resolved.

Is the item preceded by a .test, followed by a .test etc.

Frankly, you’re gonna have several/multiple/nested if statements….it would probably be easier to refactor your HTML