Skip to content

Instantly share code, notes, and snippets.

@jbd91
Created September 16, 2019 15:26
Show Gist options
  • Save jbd91/b6d69454d34105993d5eed719563f1de to your computer and use it in GitHub Desktop.
Save jbd91/b6d69454d34105993d5eed719563f1de to your computer and use it in GitHub Desktop.
Hide Slick dots if > 1 slide
.slick-dots {
> li {
display: inline-block;
}
> li:only-child {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment