Divi bug - slider doesn't show up, only at slide switching
In some cases Divi uses a code, which has a bug in Chrome. This makes our sliders not to show up in Chrome browser, only during slide switching. You can fix it with this CSS code:
.et_pb_section { mix-blend-mode: unset !important; }
If you don’t have a good place to put css codes, you could use a plugin like this one:
https://wordpress.org/plugins/simple-css/
which will create an option for you in the WP left admin menu’s Appearance -> Simple CSS and you could insert this CSS code there.