Hi Janne
Presuming I understand you correctly, to add a text shadow to your module titles try adding the following to the Custom CSS field of your templates parameters...
.module h3, .module_menu h3, h3 {
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}
Ciarán