Skip to content

Instantly share code, notes, and snippets.

@luisfelipe-dev
Last active November 1, 2018 14:07
Show Gist options
  • Save luisfelipe-dev/c3c142898b410cc0adcbe9088cb9873d to your computer and use it in GitHub Desktop.
Save luisfelipe-dev/c3c142898b410cc0adcbe9088cb9873d to your computer and use it in GitHub Desktop.
.owl-next {
background: url(../img/seta.png) no-repeat center !important;
color: transparent !important;
height: 75px;
opacity: 0.9 !important;
}
OU ADICIONAR NO PROPRIO JS
jQuery(".equipe-owl").owlCarousel({
items: 1,
margin: 10,
loop: true,
dots: true,
nav: true,
navText: [
'<i class="fas fa-angle-left"></i>',
'<i class="fas fa-angle-right"></i>'
]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment