Skip to content

Instantly share code, notes, and snippets.

@dededey
Created August 17, 2016 14:20
Show Gist options
  • Save dededey/cb427ba920aebdfe41d546006f20a416 to your computer and use it in GitHub Desktop.
Save dededey/cb427ba920aebdfe41d546006f20a416 to your computer and use it in GitHub Desktop.
flexslider arrows change
.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