I want to remove the background from the last figure
element:
@media (min-width: 50em) {
#mission #press figure {
padding-left: 0;
background: url('/assets/img/splash-green.png?1345829368') no-repeat 50% bottom;
}
#mission #press figure:last-child {
background: none;
}
}
The background still shows up. Am I mis-targeting?
I think you might actually be looking for the functionality of last-of-type
instead of last-child
.
LINK
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With