Skip to content

Instantly share code, notes, and snippets.

@rileyrichter
Last active December 11, 2019 03:42
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 rileyrichter/efabdb21ddab9b5dbd610e453f4e7f57 to your computer and use it in GitHub Desktop.
Save rileyrichter/efabdb21ddab9b5dbd610e453f4e7f57 to your computer and use it in GitHub Desktop.
<!-- Add this code to the before body section of your site or page. Swap out the image URL's for your own! -->
<style>
.w-slider-nav {
display: flex;
justify-content: space-between;
height: 20px !important;
}
.w-slider-nav .w-slider-dot:first-child {
margin-left: 0px !important;
}
.w-slider-nav .w-slider-dot:last-child {
margin-right: 0px !important;
}
.w-slider-dot {
flex-grow: 1;
height: 4px !important;
}
.w-slider-nav.w-round>div {
border-radius: 0% !important;
}
.left-arrow {
cursor: url(https://uploads-ssl.webflow.com/5dd9a210967a3b17112da4ad/5df0592c48d13f1533ff489b_left-arrow.png), auto;
}
.right-arrow {
cursor: url(https://uploads-ssl.webflow.com/5dd9a210967a3b17112da4ad/5df0592c5613ce054156efe3_Group%202.png), auto;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment