When slides transition from one to another, the slides become transparent and briefly show a white background. Changing the background color of each slide or the module doesn't work. Change it with this.
/* -- START disable transition animation -- */
.et_pb_slides{
background-color: #000000;
}
Code language: CSS (css)