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?