Flexslider arrows not displayed properly-open source projects woothemes/FlexSlider
Stuart Kershaw
Remove overflow: hidden;
from .flex-direction-nav a
:
.flex-direction-nav a {
display: block;
width: 40px;
height: 40px;
margin: -20px 0 0;
position: absolute;
top: 50%; z-index: 10;
overflow: hidden; /* Remove this line */
opacity: 0;
cursor: pointer;
color: rgba(0,0,0,0.8);
text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
If you need to alter or remove the text that shows up by default for ‘Previous’ and ‘Next’, consult the options documentation ‘Tailor to Your Needs’ for the plugin here: http://www.woothemes.com/flexslider/
Following that, just update the settings for:
prevText: "Previous", //String: Set the text for the "previous" directionNav item
nextText: "Next", //String: Set the text for the "next" directionNav item