Skip to content

Instantly share code, notes, and snippets.

@billrafferty
Last active September 20, 2022 01:56
Show Gist options
  • Save billrafferty/8ccb1d9581942046153f91af0686b201 to your computer and use it in GitHub Desktop.
Save billrafferty/8ccb1d9581942046153f91af0686b201 to your computer and use it in GitHub Desktop.
nth child css
.swiper-slide:nth-child(4n) {
}
div.slider-caption:nth-child(3) {
display: none;
}
.homepage-slider
@media screen (min-width: 767px) {
div[data-swiper-slide-index="0"] .slider-caption {
opacity: 0;
}
}
div[data-swiper-slide-index="0"] .slider-caption {
opacity: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment