To add a shadow to the text on the fullwidth header:
1 2 3 4 5 | .et_pb_fullwidth_header_ 0 .et_pb_fullwidth_header .header-content h 1 { color : #fff !important ; text-shadow : 3px 2px 2px rgba ( 0 , 0 , 0 , 1 ); font-weight : 200 ; } |
1 2 3 4 5 | .et_pb_fullwidth_header_subhead { color : #fff !important ; text-shadow : 3px 2px 2px rgba ( 0 , 0 , 0 , 1 ); font-weight : 200 ; } |