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 Divi is a WordPress theme and has great features. With this theme you hardly need any additional plugins in WordPress! Official website of Divi:
.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)