Created
August 17, 2016 14:20
-
-
Save dededey/cb427ba920aebdfe41d546006f20a416 to your computer and use it in GitHub Desktop.
flexslider arrows change
This file contains 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
.flex-direction-nav a:before { | |
content: " "; | |
display: block; | |
background: url('img/prev.png') no-repeat center center; | |
background-size: contain; | |
width: 40px; | |
height: 40px; | |
} | |
.flex-direction-nav a.flex-next:before { | |
content: " "; | |
display: block; | |
background: url('img/next.png') no-repeat center center; | |
background-size: contain; | |
width: 40px; | |
height: 40px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment