Hey,
I like to make the slider less dark.
How do I do this?
Hi svermassen
It's opacity property of each item, you can override with this custom CSS:
.acm-slideshow .item:before { opacity: .3 !important; }
and change to your desired value, it's 0.7 now