I think you are wrong. Here the working example:
<style type="text/css">
h1{
text-shadow: 3px 3px 2px rgba(150, 150, 150, 1);
}
</style>
Just insert it in Page Properties in Metadata HTML for <head>
And after this you will have normal text with H1 style with shadow, no picture!