Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeoberdick/a704c6df5cbe29366c1b8e2872379f49 to your computer and use it in GitHub Desktop.
Save mikeoberdick/a704c6df5cbe29366c1b8e2872379f49 to your computer and use it in GitHub Desktop.
Default style for slick slider hero dots #heroDots
#heroDots {
position: absolute;
width: 100%;
bottom: 50px;
left: 50%;
transform: translateX(-50%);
.slick-dots {
list-style: none;
padding-left: 0;
display: flex;
justify-content: center;
margin-bottom: 0;
position: relative;
li {
margin-right: 5px;
button {
width: 20px;
height: 20px;
text-indent: -9999px;
overflow: hidden;
border-radius: 10px;
border: 0;
background-color: #F5F1DC;
}
}
.slick-active {
button {
background-color: #D2B37B;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment