I’ve been playing with the DIVI theme from Elegant Themes and am going to post here any useful tips I find in my journey to understand and customise it.
I have added the following code to the Custom CSS section at the foot of Divi/Theme Options
div.mfp-title {
display: none !important;
}
I have added the following code to the Custom CSS section at the foot of Divi/Theme Options
.et_pb_slide_description .et_pb_slide_title {
text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
}
.et_pb_slide_description .et_pb_slide_content {
text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 7px #001135;
}