Divi Fullwidth Slider | Rotate / Change Images With Static Text (Remove Text Animation)
Here is how to add a fullwidth slider in Divi that has rotating / changing animated images and static text.
- Add a Fullwidth Section
- Add Fullwidth Slider Module
- Add multiple slides all containing the exact same text, and each with a different image
- Add this CSS code to your Divi Theme (Divi >> Theme Options >> Custom CSS section):
.et_pb_slide_description {
animation-name: none !important;
-webkit-animation-name: none !important;
-moz-animation-name: none !important;
-ms-animation-name: none !important;
-o-animation-name: none !important;
}