Add a shadow to the text on the fullwidth slider

Home Divi Code Snippet Library 'Divi Slider Module' Snippets Add a shadow to the text on the fullwidth slider....

To add a shadow to the text on the fullwidth slider:

.et_pb_slide_description h2 {
color:#fff !important;
text-shadow: 3px 2px 2px rgba(0,0,0,1);
font-weight:200;
}
.et_pb_slide_content {
color:#fff !important;
text-shadow: 2px 1px 1px rgba(0,0,0,1);
font-weight:200;
}