Make slider .flex-direction-nav background filled 100%

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

Hi there,

Please try this:

.flex-direction-nav a {
    opacity: 1;
}

Hope this helps.

1 Like

Works great! Thanx!

<3

A

You’re most welcome, A.

1 Like