dededey
8/17/2016 - 2:20 PM

flexslider arrows change

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;
}