Skip to content

Instantly share code, notes, and snippets.

@cannelflow
Created September 25, 2017 09:27
Show Gist options
  • Save cannelflow/79f0b0febc1c9ffce074de8d789a8333 to your computer and use it in GitHub Desktop.
Save cannelflow/79f0b0febc1c9ffce074de8d789a8333 to your computer and use it in GitHub Desktop.
//this makes a's width:50% and hwight:100%
.testimonial .et-pb-slider-arrows a {
position: absolute;
display: block;
height: 100%;
width: 50%;
top: 0;
z-index: 10;
overflow: hidden;
opacity: 0;
margin: 0;
}
//this hides before button
.testimonial .et-pb-arrow-prev:before {
display: none;
}
//this hides after button
.testimonial .et-pb-arrow-next:before {
display: none;
}
//this makes scrolabble CSS cursor
.testimonial .et-pb-slider-arrows .et-pb-arrow-prev:hover{
cursor: url(https://titanchild-cannelflow1.c9users.io/wp-content/uploads/2017/09/prev-light.png),e-resize;;
}
//this makes scrolabble CSS cursor
.testimonial .et-pb-slider-arrows .et-pb-arrow-next:hover{
cursor: url(https://titanchild-cannelflow1.c9users.io/wp-content/uploads/2017/09/next-light.png),e-resize;;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment