Add shadow to slides in revolution slider

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

themeco-shadow-class

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 ?

Hey @Lyser,

The shadow is there but it’s cut off because of the Slider Revolution Carousel Wrap.

Looks like the only solution to it is further custom CSS because there’s no option.

I’d recommend you build that using the Slider element instead. I see you have Modern Sliders. You can import the Perspective Carousel Slider to achieve a similar slider design.

Ok, thx Christian

You are most welcome @Lyser

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.