Add a shadow underneath featured post slider

It’s me again:D There is a way to put o custom shape with shadows underneath for the banner slider? Tx.

You can add shadow via style.css for .featured-slider

Something like box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) or some smaller shadow. Just increase the margin-bottom: so the entire shadow is visible.

You can add some elements such as images via CSS as well but then you have to look up for some tutorials as it’s not that easy.