Add a shadow to the text on the fullwidth header

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

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

.et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
color:#fff !important;
text-shadow: 3px 2px 2px rgba(0,0,0,1);
font-weight:200;
}
.et_pb_fullwidth_header_subhead {
color:#fff !important;
text-shadow: 3px 2px 2px rgba(0,0,0,1);
font-weight:200;
}