Sometimes the slider image is not visible, even if we have added an image in the slider.
We find this code in the standard Divi theme
.et_pb_slide:first-child .et_pb_slide_image img {opacity: 0;}
We have to adapt the code as follows:
.et_pb_slide:first-child .et_pb_slide_image img {opacity: 1;}
Dieser Beitrag ist auch verfügbar auf:
Deutsch (German)