Forums

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

Home Forums JavaScript help with first, last-child Re: help with first, last-child

#86302
Johann
Member

that’s probably because the anchor tag is the one and only child of each li tag it is embedded in? how about

#access .menu-header ul li:last-child a {
border-right: none;
}

?