Hi!
My sliders .flex-direction-nav need to be filled background 100% in normal state. Now they are semi-transparent. Could you please correct my CSS for this?
.flex-direction-nav a {
background-color: #00c9ff !important;
}
.flex-control-nav a:hover{
background-color: #fff !important;
}
<3