How to add Object Shadow on Revolution Slider (Hero Scene)?

I know I can add text shadow via Advanced Style > Advanced CSS > Layer > Add the CSS code. For the text i used :

{
color: white;
text-shadow: 3px 3px 5px #000000;
}

However I am wanting to add shadow to an object ( the mountain) anyone know how to achieve this? is this just another string of CSS that I need?

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