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;...

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;...