Hello, i would like to add a shadow to slides in revolution slider.
I create class in general options / CSS-Query
.ombre {
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
Then in slide option / Tags & link, i add the class to the slide
It works nice for before/after slides but current slide shadow is cutted on top and bottom
How to get the shadow also appear on top and bottom of current slide ?