Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tomhemsley/9185608 to your computer and use it in GitHub Desktop.
Save tomhemsley/9185608 to your computer and use it in GitHub Desktop.
/*
Always show arrows (Flex Slider)
Usage: Copy and paste this code into your themes style.css file
*/
.metaslider .flex-direction-nav .flex-prev {
opacity: 1;
left: 5px;
}
.metaslider .flex-direction-nav .flex-next {
opacity: 1;
right: 5px;
}
@ioelada
Copy link

ioelada commented Apr 5, 2017

great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment