Viewing 4 reply threads
You must be logged in to reply to this topic.
Hello
How can I change the opacity of the white Previous/Next-hover, when the user hovers over a slideshow picture in a single portfolio?
Thanks for Help
Bernd
Hello,
Please add these lines into your custom css box:
flex-direction-nav {
opacity: 1;
}
Best regards!
Hi Mihaila,
I did that but it did not change anything. I tried also:
#flex-direction-nav {opacity: 1;}
and
.flex-direction-nav {opacity: 1;}
Thanks for Feedback
Bernd
Hello,
Here is the css code:
.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next { background-color: rgba(255,255,255,0.9) !important;//change there the color and the opacity of the background of navigation arrows } .flex-direction-nav .flex-prev:hover, .flex-direction-nav .flex-next:hover { background-color: rgba(255,255,255,0.9) !important;//change there the color and the opacity of the background of navigation arrows on mouse hover }
Best regards!
You must be logged in to reply to this topic.