Last active
November 1, 2018 14:07
-
-
Save luisfelipe-dev/c3c142898b410cc0adcbe9088cb9873d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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